LibCST/libcst/helpers
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 add helper to convert nodes to matchers (#1351) 2025-06-04 14:02:21 -07:00
__init__.py Add helper functions for common ways of filtering nodes (#1137) 2024-05-13 10:20:47 +01:00
_template.py Avoid raising bare Exception (#1168) 2025-06-07 01:53:44 -07:00
common.py Avoid raising bare Exception (#1168) 2025-06-07 01:53:44 -07:00
expression.py Avoid raising bare Exception (#1168) 2025-06-07 01:53:44 -07:00
matchers.py add helper to convert nodes to matchers (#1351) 2025-06-04 14:02:21 -07:00
module.py Avoid raising bare Exception (#1168) 2025-06-07 01:53:44 -07:00
node_fields.py Add helper functions for common ways of filtering nodes (#1137) 2024-05-13 10:20:47 +01:00
paths.py Add new FilePathProvider 2023-03-13 18:33:46 -07:00