Preview: _internal_dataclass.py
Size: 207 B
//proc/self/root/opt/cloudlinux/venv/lib/python3.11/site-packages/pydantic/_internal/_internal_dataclass.py
import sys
from typing import Any, Dict
dataclass_kwargs: Dict[str, Any]
# `slots` is available on Python >= 3.10
if sys.version_info >= (3, 10):
slots_true = {'slots': True}
else:
slots_true = {}
Directory Contents
Dirs: 1 × Files: 23