Home
last modified time | relevance | path

Searched defs:annotate_fields (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dast.py83 def dump(node, annotate_fields=True, include_attributes=False): argument
/external/python/cpython3/Lib/
Dast.py113 def dump(node, annotate_fields=True, include_attributes=False, *, indent=None): argument