MCPcopy 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
43if __name__ == '__main__':
44 def test():
45 import compiler
46 pprintAst(compiler.parseFile(__file__))
47 test()

Callers 1

recipe-533145.pyFile · 0.70

Calls 2

pprintAstFunction · 0.85
parseFileMethod · 0.80

Tested by

no test coverage detected