LibCST/libcst/nodes
Ray Zeng d0ecb018e1 Port line and column numbers to metadata framework
Refactors codegen to write position information to the `__metadata__`
fields in nodes keyed by `BasicPositionProvider` and
`SyntacticPositionProvider` as defined in position_metadata.py.

This commit also updates `deep_equals` to ignore dataclass fields that
are marked `compare=False` to avoid comparing metadata when doing
equality checks.
2019-07-22 19:53:49 -07:00
..
tests Port line and column numbers to metadata framework 2019-07-22 19:53:49 -07:00
__init__.py Remove Starred element type 2019-07-22 19:53:49 -07:00
_base.py Port line and column numbers to metadata framework 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 Port line and column numbers to metadata framework 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