Searched refs:add_line_information (Results 1 – 1 of 1) sorted by relevance
58 def to_source(node, indent_with=' ' * 4, add_line_information=False): argument76 generator = SourceGenerator(indent_with, add_line_information)87 def __init__(self, indent_with, add_line_information=False): argument90 self.add_line_information = add_line_information104 if node is not None and self.add_line_information: