LibCST/libcst/nodes
Ray Zeng 39e4e433d8 Refactor CodePosition
Renames `CodePosition` to `CodeRange` and stores start and end position
as a `CodePosition` dataclass to avoid the ambiguity of using tuples.
2019-07-22 19:53:49 -07:00
..
tests Refactor CodePosition 2019-07-22 19:53:49 -07:00
__init__.py Remove Starred element type 2019-07-22 19:53:49 -07:00
_base.py Refactor CodePosition 2019-07-22 19:53:49 -07:00
_deep_equals.py Port line and column numbers to metadata framework 2019-07-22 19:53:49 -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 Port line and column numbers to metadata framework 2019-07-22 19:53:49 -07:00
_internal.py Refactor CodePosition 2019-07-22 19:53:49 -07:00
_module.py Port line and column numbers to metadata framework 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