Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Tools/peg_generator/pegen/
Dast_dump.py14 annotate_fields: bool = True,
31 keywords = annotate_fields
/aosp_15_r20/external/python/cpython2/Lib/
Dast.py83 def dump(node, annotate_fields=True, include_attributes=False): argument
97 if annotate_fields else
/aosp_15_r20/external/python/cpython2/Doc/library/
Dast.rst258 .. function:: dump(node, annotate_fields=True, include_attributes=False)
263 wanted *annotate_fields* must be set to ``False``. Attributes such as line
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_ast.py888 self.assertEqual(ast.dump(node, annotate_fields=False),
915 self.assertEqual(ast.dump(node, annotate_fields=False, indent='\t'), """\
975 self.assertEqual(ast.dump(node, annotate_fields=False),
981 self.assertEqual(ast.dump(node, annotate_fields=False, include_attributes=True),
988 self.assertEqual(ast.dump(node, annotate_fields=False),
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_ast.py400 self.assertEqual(ast.dump(node, annotate_fields=False),
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dast.py113 def dump(node, annotate_fields=True, include_attributes=False, *, indent=None): argument
137 keywords = annotate_fields
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dast.py113 def dump(node, annotate_fields=True, include_attributes=False, *, indent=None): argument
137 keywords = annotate_fields
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dast.py113 def dump(node, annotate_fields=True, include_attributes=False, *, indent=None): argument
137 keywords = annotate_fields
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dast.py113 def dump(node, annotate_fields=True, include_attributes=False, *, indent=None): argument
137 keywords = annotate_fields
/aosp_15_r20/external/python/cpython3/Lib/
Dast.py113 def dump(node, annotate_fields=True, include_attributes=False, *, indent=None): argument
137 keywords = annotate_fields
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dast.py113 def dump(node, annotate_fields=True, include_attributes=False, *, indent=None): argument
137 keywords = annotate_fields
/aosp_15_r20/external/python/cpython3/Doc/library/
Dast.rst2172 .. function:: dump(node, annotate_fields=True, include_attributes=False, *, indent=None)
2175 debugging purposes. If *annotate_fields* is true (by default),
2177 If *annotate_fields* is false, the result string will be more compact by