MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / unparse

Function unparse

tools/python-3.11.9-amd64/Lib/ast.py:1722–1724  ·  view source on GitHub ↗
(ast_obj)

Source from the content-addressed store, hash-verified

1720 self.interleave(lambda: self.write(" | "), self.traverse, node.patterns)
1721
1722def unparse(ast_obj):
1723 unparser = _Unparser()
1724 return unparser.visit(ast_obj)
1725
1726
1727def main():

Callers

nothing calls this directly

Calls 2

_UnparserClass · 0.85
visitMethod · 0.45

Tested by

no test coverage detected