LibCST/libcst/codegen
Jennifer Taylor 0717ffa097 Implement an extractall function.
This is equivalent to calling `findall` on a node, and then calling `extract` with the same
matcher on each of the returned nodes from `findall`.
2019-11-21 15:37:37 -08:00
..
tests Codegen valid return types mapping for each CSTNode class. 2019-10-16 12:48:20 -07:00
__init__.py Add unit test to verify that codegen is clean. 2019-08-28 13:28:29 -07:00
gather.py Rename ExtSlice to SubscriptElement in anticipation of further fitxes. 2019-10-16 16:00:27 -07:00
gen_matcher_classes.py Implement an extractall function. 2019-11-21 15:37:37 -08:00
gen_type_mapping.py Codegen valid return types mapping for each CSTNode class. 2019-10-16 12:48:20 -07:00
gen_visitor_functions.py Rename ExtSlice to SubscriptElement in anticipation of further fitxes. 2019-10-16 16:00:27 -07:00
generate.py Codegen valid return types mapping for each CSTNode class. 2019-10-16 12:48:20 -07:00
transforms.py Fix string sanitization to not change things such as '"'. 2019-10-31 12:54:26 -07:00