def lines_after(self, document, how_many): return "\n".join(dump(document, Dumper=RoundTripDumper).split('\n')[ self.end_line(document):self.end_line(document) + how_many ])