Home
last modified time | relevance | path

Searched refs:annotate_fields (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Tools/peg_generator/pegen/
Dast_dump.py10 def ast_dump(node, annotate_fields=True, include_attributes=False, *, indent=None): argument
23 keywords = annotate_fields
/third_party/python/Lib/test/
Dtest_ast.py725 self.assertEqual(ast.dump(node, annotate_fields=False),
752 self.assertEqual(ast.dump(node, annotate_fields=False, indent='\t'), """\
812 self.assertEqual(ast.dump(node, annotate_fields=False),
818 self.assertEqual(ast.dump(node, annotate_fields=False, include_attributes=True),
825 self.assertEqual(ast.dump(node, annotate_fields=False),
/third_party/python/Lib/
Dast.py111 def dump(node, annotate_fields=True, include_attributes=False, *, indent=None): argument
135 keywords = annotate_fields
/third_party/python/Doc/library/
Dast.rst2136 .. function:: dump(node, annotate_fields=True, include_attributes=False, *, indent=None)
2139 debugging purposes. If *annotate_fields* is true (by default),
2141 If *annotate_fields* is false, the result string will be more compact by