MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / dump

Function dump

Lib/ast.py:83–110  ·  view source on GitHub ↗

Return a formatted dump of the tree in *node*. This is mainly useful for debugging purposes. The returned string will show the names and the values for fields. This makes the code impossible to evaluate, so if evaluation is wanted *annotate_fields* must be set to False. Attribut

(node, annotate_fields=True, include_attributes=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

dumpsMethod · 0.70
dump_arrayMethod · 0.70
dump_structMethod · 0.70

Calls 1

_formatFunction · 0.70

Tested by

no test coverage detected