mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
Converts `_codegen` methods into `_codegen_impl` to wrap implementations to calls to update the position of each node in the `CodegenState`. The stored position is the syntactic position of a node (that includes any whitespace attached to that particular node). Also updates implementation of tool and `CSTNode.__repr__` to not print fields of `CSTNode` objects prefixed with "_". |
||
|---|---|---|
| .. | ||
| tests | ||
| __init__.py | ||
| _base.py | ||
| _deep_equals.py | ||
| _dummy.py | ||
| _expression.py | ||
| _internal.py | ||
| _module.py | ||
| _op.py | ||
| _statement.py | ||
| _whitespace.py | ||