LibCST/libcst
Zsolt Dollenstein 9932a6d339
Implement PEP-634 - Match statement (#568)
* ParenthesizedNode implementation for Box

* match statement rust CST and grammar

* match statement python CST and docs

* run rust unit tests in release mode for now
2021-12-30 10:00:51 +00:00
..
_nodes Implement PEP-634 - Match statement (#568) 2021-12-30 10:00:51 +00:00
_parser Fix license headers (#560) 2021-12-28 11:55:18 +00:00
codegen Fix license headers (#560) 2021-12-28 11:55:18 +00:00
codemod Fix license headers (#560) 2021-12-28 11:55:18 +00:00
helpers Fix license headers (#560) 2021-12-28 11:55:18 +00:00
matchers Implement PEP-634 - Match statement (#568) 2021-12-30 10:00:51 +00:00
metadata Fix license headers (#560) 2021-12-28 11:55:18 +00:00
testing Fix license headers (#560) 2021-12-28 11:55:18 +00:00
tests Fix license headers (#560) 2021-12-28 11:55:18 +00:00
__init__.py Implement PEP-634 - Match statement (#568) 2021-12-30 10:00:51 +00:00
_add_slots.py The ufmt tool combines usort and black with a consistent wrapper, (#515) 2021-08-25 20:39:29 -04:00
_batched_visitor.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
_exceptions.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
_flatten_sentinel.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
_maybe_sentinel.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
_metadata_dependent.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
_position.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
_removal_sentinel.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
_tabs.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
_type_enforce.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
_typed_visitor.py Implement PEP-634 - Match statement (#568) 2021-12-30 10:00:51 +00:00
_typed_visitor_base.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
_types.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
_visitors.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
py.typed support mypy using py.typed 2019-09-16 13:49:08 -07:00
tool.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00