Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1722
def
unparse(ast_obj):
1723
unparser = _Unparser()
1724
return
unparser.visit(ast_obj)
1725
1726
1727
def
main():
Callers
nothing calls this directly
Calls
2
_Unparser
Class · 0.85
visit
Method · 0.45
Tested by
no test coverage detected