LibCST/libcst/matchers
zaicruvoir1rominet ca1f81f049
Avoid raising bare Exception (#1168)
* Keep old exception messages (avoid breaking-changes for users relying on exception messages)

* Move ``get_expected_str`` out of _exceptions.py, where it does not belong, to its own file in _parser/_parsing_check.py
2025-06-07 01:53:44 -07:00
..
tests fix PEP 604 union annotations in decorators (#828) 2022-11-29 15:24:24 -07:00
__init__.py Implement Type Defaults for Type Parameters (PEP 696) (#1141) 2024-05-20 11:26:38 -04:00
_decorators.py Several trivial refactors (#770) 2022-09-14 14:33:45 +01:00
_matcher_base.py Avoid raising bare Exception (#1168) 2025-06-07 01:53:44 -07:00
_return_types.py Implement Type Defaults for Type Parameters (PEP 696) (#1141) 2024-05-20 11:26:38 -04:00
_visitors.py fix certain matchers breaking under multiprocessing by initializing them late (#1204) 2024-09-25 11:29:54 +01:00