LibCST/libcst/codegen
Jennifer Taylor 27b5a1d286 Improve removing nodes from parents in LibCST.
Add a RemoveFromParent() function as a convenience to returning RemovalSentinel.REMOVE.
Introduce a `deep_remove()` on CSTNode analogous to `deep_replace()` but for removing.
2019-10-02 15:43:48 -07:00
..
tests Initial export of matchers into LibCST. 2019-09-27 11:39:11 -07:00
__init__.py Add unit test to verify that codegen is clean. 2019-08-28 13:28:29 -07:00
gen_matcher_classes.py Improve removing nodes from parents in LibCST. 2019-10-02 15:43:48 -07:00
gen_visitor_functions.py Codegen attribute visitors. 2019-08-28 13:28:29 -07:00
generate.py Initial export of matchers into LibCST. 2019-09-27 11:39:11 -07:00