LibCST/libcst/metadata
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 Define metadata base class and provider 2019-07-22 19:53:49 -07:00
__init__.py Define metadata base class and provider 2019-07-22 19:53:49 -07:00
base_provider.py Port line and column numbers to metadata framework 2019-07-22 19:53:49 -07:00
position_provider.py Refactor CodePosition 2019-07-22 19:53:49 -07:00