LibCST/libcst/_nodes
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
..
tests PEP 695 - Type Parameter Syntax (#1004) 2023-08-28 22:07:22 +01:00
__init__.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
base.py Fix Sentinal typo (#948) 2023-06-07 12:23:12 +01:00
deep_equals.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
expression.py Replace custom _add_slots decorator with dataclasses slots=True 2024-03-03 10:57:41 +00:00
internal.py Replace custom _add_slots decorator with dataclasses slots=True 2024-03-03 10:57:41 +00:00
module.py Replace custom _add_slots decorator with dataclasses slots=True 2024-03-03 10:57:41 +00:00
op.py Replace custom _add_slots decorator with dataclasses slots=True 2024-03-03 10:57:41 +00:00
statement.py Replace custom _add_slots decorator with dataclasses slots=True 2024-03-03 10:57:41 +00:00
whitespace.py Replace custom _add_slots decorator with dataclasses slots=True 2024-03-03 10:57:41 +00:00