LibCST/libcst/codegen
Caleb Donovick 0ee0831eb6
Add FlattenSentinel to support replacing a statement with multiple statements (#455)
* Add flatten_sentinal

* Add FlattenSentinal to __all__

* Fix lint errors

* Fix type errors

* Update test to use leave_Return

* Update and run codegen

* Add empty test

* Update docs

* autofix
2021-03-22 23:23:40 -07:00
..
tests [typing] enable Pyre strict mode by default (#313) 2020-06-12 18:24:18 -07:00
__init__.py Add unit test to verify that codegen is clean. 2019-08-28 13:28:29 -07:00
gather.py [typing] enable Pyre strict mode by default (#313) 2020-06-12 18:24:18 -07:00
gen_matcher_classes.py Implement TypeOf matcher (#384) 2020-09-10 11:09:59 -07:00
gen_type_mapping.py [typing] enable Pyre strict mode by default (#313) 2020-06-12 18:24:18 -07:00
gen_visitor_functions.py Add FlattenSentinel to support replacing a statement with multiple statements (#455) 2021-03-22 23:23:40 -07:00
generate.py Upgrade dev tools (Black/Flake8/isort) and read install requirements from requirements.txt (#380) 2020-08-31 10:44:55 -07:00
transforms.py [typing] enable Pyre strict mode by default (#313) 2020-06-12 18:24:18 -07:00