LibCST/libcst/nodes
Ray Zeng d3544824fc Wrap _codegen methods in a helper function to track where nodes start and end.
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 "_".
2019-07-22 19:53:49 -07:00
..
tests Wrap _codegen methods in a helper function to track where nodes start and end. 2019-07-22 19:53:49 -07:00
__init__.py Remove Starred element type 2019-07-22 19:53:49 -07:00
_base.py Wrap _codegen methods in a helper function to track where nodes start and end. 2019-07-22 19:53:49 -07:00
_deep_equals.py Initial export of LibCST to github. 2019-05-31 14:16:53 -07:00
_dummy.py Wrap _codegen methods in a helper function to track where nodes start and end. 2019-07-22 19:53:49 -07:00
_expression.py Wrap _codegen methods in a helper function to track where nodes start and end. 2019-07-22 19:53:49 -07:00
_internal.py Wrap _codegen methods in a helper function to track where nodes start and end. 2019-07-22 19:53:49 -07:00
_module.py Wrap _codegen methods in a helper function to track where nodes start and end. 2019-07-22 19:53:49 -07:00
_op.py Wrap _codegen methods in a helper function to track where nodes start and end. 2019-07-22 19:53:49 -07:00
_statement.py Wrap _codegen methods in a helper function to track where nodes start and end. 2019-07-22 19:53:49 -07:00
_whitespace.py Wrap _codegen methods in a helper function to track where nodes start and end. 2019-07-22 19:53:49 -07:00