LibCST/libcst
Jennifer Taylor 161bc32b1a Rename 'matchers'
These aren't really matchers as much as they are the auto-generated
function stubs for visit/leave functions. So, rename them as such. This
isn't the best name either, but I think it gets us closer to what's
really the purpose.
2019-07-23 13:13:53 -07:00
..
metadata Inspect MRO chain and merge metadata dependencies 2019-07-22 20:05:07 -07:00
nodes Implement an ensure_type helper 2019-07-23 13:13:53 -07:00
parser Fix flake8 errors 2019-07-22 20:05:07 -07:00
testing Initial export of LibCST to github. 2019-05-31 14:16:53 -07:00
tests Fix batched vistor dependency resolution 2019-07-22 20:04:37 -07:00
__init__.py pyre-strict libcst/__init__.py and libcst/tool.py 2019-07-22 19:53:49 -07:00
_add_slots.py Export CodePosition/CodeRange; fix pickle with add_slots 2019-07-22 20:05:07 -07:00
_maybe_sentinel.py Better serialization for MaybeSentinel 2019-06-03 15:43:55 -07:00
_removal_sentinel.py Initial export of LibCST to github. 2019-05-31 14:16:53 -07:00
_tabs.py Initial export of LibCST to github. 2019-05-31 14:16:53 -07:00
_type_enforce.py Fix flake8 errors 2019-07-22 20:05:07 -07:00
batched_visitor.py Rename 'matchers' 2019-07-23 13:13:53 -07:00
exceptions.py Add metadata dependencies to CSTVisitor and add metadata runner 2019-07-22 19:53:49 -07:00
helpers.py Implement an ensure_type helper 2019-07-23 13:13:53 -07:00
tool.py Fix flake8 errors 2019-07-22 20:05:07 -07:00
typed_visitor_base.py Rename 'matchers' 2019-07-23 13:13:53 -07:00
visitors.py Optionally don't traverse children 2019-07-23 13:13:53 -07:00