Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ test
Function
test
recipes/Python/533145_AST_Pretty_Printer/recipe-533145.py:44–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
43
if
__name__ ==
'__main__'
:
44
def
test():
45
import
compiler
46
pprintAst(compiler.parseFile(__file__))
47
test()
Callers
1
recipe-533145.py
File · 0.70
Calls
2
pprintAst
Function · 0.85
parseFile
Method · 0.80
Tested by
no test coverage detected