/aosp_15_r20/external/python/cpython3/Tools/peg_generator/pegen/ |
D | ast_dump.py | 14 annotate_fields: bool = True, 31 keywords = annotate_fields
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | ast.py | 83 def dump(node, annotate_fields=True, include_attributes=False): argument 97 if annotate_fields else
|
/aosp_15_r20/external/python/cpython2/Doc/library/ |
D | ast.rst | 258 .. 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/ |
D | test_ast.py | 888 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/ |
D | test_ast.py | 400 self.assertEqual(ast.dump(node, annotate_fields=False),
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | ast.py | 113 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/ |
D | ast.py | 113 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 D | ast.py | 113 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/ |
D | ast.py | 113 def dump(node, annotate_fields=True, include_attributes=False, *, indent=None): argument 137 keywords = annotate_fields
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | ast.py | 113 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/ |
D | ast.py | 113 def dump(node, annotate_fields=True, include_attributes=False, *, indent=None): argument 137 keywords = annotate_fields
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | ast.rst | 2172 .. 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
|