Z-Image-Special-Edtion / python_env /lib /site-packages /pydantic /_internal /_internal_dataclass.py
| import sys | |
| # `slots` is available on Python >= 3.10 | |
| if sys.version_info >= (3, 10): | |
| slots_true = {'slots': True} | |
| else: | |
| slots_true = {} | |
| import sys | |
| # `slots` is available on Python >= 3.10 | |
| if sys.version_info >= (3, 10): | |
| slots_true = {'slots': True} | |
| else: | |
| slots_true = {} | |