LibCST/libcst/nodes
Ray Zeng dbbe3d1927 Add metadata dependencies to CSTVisitor and add metadata runner
Add metadata access and dependency logic in `CSTVisitor` and
`Module.visit` to generate all metadata dependencies before performing a
visit pass over a tree and validate access to metadata.
2019-07-22 19:53:49 -07:00
..
tests Add metadata dependencies to CSTVisitor and add metadata runner 2019-07-22 19:53:49 -07:00
__init__.py Add node class and parser implementation for List 2019-07-22 19:53:49 -07:00
_base.py Add metadata dependencies to CSTVisitor and add metadata runner 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 Add node class and parser implementation for List 2019-07-22 19:53:49 -07:00
_internal.py Add metadata dependencies to CSTVisitor and add metadata runner 2019-07-22 19:53:49 -07:00
_module.py Add metadata dependencies to CSTVisitor and add metadata runner 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 Add node class and parser implementation for List 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