LibCST/libcst/helpers
zaicruvoir1rominet efc53af608
Add helper functions for common ways of filtering nodes (#1137)
* Make the nodes fields filtering process - from libcst.tool - public, so that other libraries may provide their own custom representation of LibCST graphs.

* Create functions to access & filter CST-node fields (with appropriate docstrings & tests), in libcst.helpers

* Add new CST-node fields functions to helpers documentation.
2024-05-13 10:20:47 +01:00
..
tests Add helper functions for common ways of filtering nodes (#1137) 2024-05-13 10:20:47 +01:00
__init__.py Add helper functions for common ways of filtering nodes (#1137) 2024-05-13 10:20:47 +01:00
_template.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
common.py Scope provider changes for type annotations (#1014) 2023-09-30 11:16:27 +01:00
expression.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
module.py Fix: relative imports from '' package are not allowed (#894) 2023-03-14 15:07:40 -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