MCPcopy Index your code
hub / github.com/python/cpython / ast.py

File ast.py

Lib/ast.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2The `ast` module helps Python applications to process trees of the Python
3abstract syntax grammar. The abstract syntax itself might change with
4each Python release; this module helps to find out programmatically what

Callers

nothing calls this directly

Calls 2

propertyClass · 0.85
mainFunction · 0.70

Tested by

no test coverage detected