cpython/Lib/test/test_dataclasses
Arseny Boykov c68b4cc08f
Use inspect.getattr_static instead of _safe_get_attributes
This uses builtins.dir, which will trigger custom __getattibute__ if any, and will trigger __get__ on __dict__ descriptor.
2024-10-05 14:41:17 +02:00
..
__init__.py Use inspect.getattr_static instead of _safe_get_attributes 2024-10-05 14:41:17 +02:00
dataclass_module_1.py
dataclass_module_1_str.py
dataclass_module_2.py
dataclass_module_2_str.py
dataclass_textanno.py