LibCST/libcst/nodes
Ray Zeng a19fa41780 Define metadata base class and provider
Define base classes for metadata API in libcst/metadata and adds the
`__metadata__` field to `CSTNode` and `get_metadata()` method to
`CSTVisitor`.
2019-07-22 19:53:49 -07:00
..
tests Semantic position of expression nodes 2019-07-22 19:53:49 -07:00
__init__.py Remove Starred element type 2019-07-22 19:53:49 -07:00
_base.py Define metadata base class and provider 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 Define metadata base class and provider 2019-07-22 19:53:49 -07:00
_internal.py Define a context manager that can be used to track "semantic" start and end positions for nodes 2019-07-22 19:53:49 -07:00
_module.py Define metadata base class and provider 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