LibCST/libcst/nodes
Venkat Subramaniam f162b37b9c Changing data provider to accept dictionaries in testAssign
Currently, a lot of libcst node tests use data providers that use tuples
instead of dictionaries. This just makes the tests unreadable, so this
is one of several diffs aiming to solve this issue.
2019-07-22 20:04:37 -07:00
..
tests Changing data provider to accept dictionaries in testAssign 2019-07-22 20:04:37 -07:00
__init__.py Implement nodes and parser logic for Set and SetComp 2019-07-22 20:04:37 -07:00
_base.py Refactor metadata runner 2019-07-22 20:04:37 -07:00
_deep_equals.py Port line and column numbers to metadata framework 2019-07-22 19:53:49 -07:00
_dummy.py Change entry point to metadata runner 2019-07-22 20:04:37 -07:00
_expression.py Record syntactic position of more expressions 2019-07-22 20:04:37 -07:00
_internal.py Record syntactic position of more expressions 2019-07-22 20:04:37 -07:00
_module.py Refactor metadata runner 2019-07-22 20:04:37 -07:00
_op.py Define mutating/non-mutating visitors for the CST 2019-07-22 20:04:37 -07:00
_statement.py Rework 'pass' on removal behavior 2019-07-22 20:04:37 -07:00
_whitespace.py Define mutating/non-mutating visitors for the CST 2019-07-22 20:04:37 -07:00