Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/peg_generator/pegen/
Dast_dump.py14 annotate_fields: bool = True,
31 keywords = annotate_fields
/external/python/cpython3/Lib/test/test_ast/
Dtest_ast.py1137 ast.dump(node, annotate_fields=False),
1167 ast.dump(node, annotate_fields=False, indent="\t"),
1225 ast.dump(node, annotate_fields=False), "Raise(Name('e', Load()))"
1232 ast.dump(node, annotate_fields=False, include_attributes=True),
1238 ast.dump(node, annotate_fields=False), "Raise(cause=Name('e', Load()))"
1243 ast.dump(node, annotate_fields=False),
1248 ast.dump(node, annotate_fields=False),
1253 ast.dump(node, annotate_fields=False),
1258 ast.dump(node, annotate_fields=False),
1263 ast.dump(node, annotate_fields=False),
[all …]
/external/python/cpython3/Lib/
Dast.py118 node, annotate_fields=True, include_attributes=False, argument
148 keywords = annotate_fields
/external/python/cpython3/Doc/library/
Dast.rst2389 .. function:: dump(node, annotate_fields=True, include_attributes=False, *, indent=None, show_empty…
2392 debugging purposes. If *annotate_fields* is true (by default),
2394 If *annotate_fields* is false, the result string will be more compact by