LibCST/libcst
Zsolt Dollenstein 2feb8ea198
Replace custom _add_slots decorator with dataclasses slots=True
Dataclasses has a built-in slots generation feature since Python 3.10.
2024-03-03 10:57:41 +00:00
..
_nodes Replace custom _add_slots decorator with dataclasses slots=True 2024-03-03 10:57:41 +00:00
_parser Replace custom _add_slots decorator with dataclasses slots=True 2024-03-03 10:57:41 +00:00
codegen Fix type of evaluated_value on string to allow bytes (#721) 2023-05-26 13:43:05 +01:00
codemod Update test_fix_pyre_directives.py (#1082) 2024-01-03 13:06:33 -08:00
helpers Scope provider changes for type annotations (#1014) 2023-09-30 11:16:27 +01:00
matchers Upgrade pyre (#1032) 2023-10-02 09:43:17 -07:00
metadata Replace custom _add_slots decorator with dataclasses slots=True 2024-03-03 10:57:41 +00:00
testing Bump black from 22.12.0 to 23.1.0 (#860) 2023-03-15 11:53:50 +00:00
tests Replace custom _add_slots decorator with dataclasses slots=True 2024-03-03 10:57:41 +00:00
__init__.py PEP 695 - Type Parameter Syntax (#1004) 2023-08-28 22:07:22 +01: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 Implement lazy loading mechanism for QualifiedNameProvider (#720) 2022-07-09 08:34:29 +01:00
_position.py Replace custom _add_slots decorator with dataclasses slots=True 2024-03-03 10:57:41 +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 Drop support for running libcst using a python 3.6 interpreter (#663) 2022-03-24 11:31:48 -04:00
_typed_visitor.py PEP 695 - Type Parameter Syntax (#1004) 2023-08-28 22:07:22 +01:00
_typed_visitor_base.py Several trivial refactors (#770) 2022-09-14 14:33:45 +01:00
_types.py Pass root path to FullyQualifiedNameProvider (#867) 2023-02-22 14:36:10 -08: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 Remove reference to distutil (#1099) 2024-02-02 20:58:56 +00:00