mirror of
https://github.com/python/cpython.git
synced 2025-10-27 03:34:32 +00:00
add doc string to transformer module
add two helper functions:
parse(buf) -> AST
parseFile(path) -> AST
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| ast.py | ||
| consts.py | ||
| misc.py | ||
| pyassem.py | ||
| pycodegen.py | ||
| transformer.py | ||
| visitor.py | ||