MCPcopy Create free account
hub / github.com/dabeaz/python-cookbook / example1.py

File example1.py

src/9/parsing_and_analyzing_python_source/example1.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import ast
2
3class CodeAnalyzer(ast.NodeVisitor):
4 def __init__(self):

Callers

nothing calls this directly

Calls 3

CodeAnalyzerClass · 0.85
parseMethod · 0.80
visitMethod · 0.45

Tested by

no test coverage detected