X7ROOT File Manager
Current Path:
/opt/cloudlinux/venv/lib/python3.11/site-packages/pydantic/_internal
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
pydantic
/
_internal
/
??
..
??
__init__.py
(0 B)
??
__pycache__
??
_config.py
(11.04 KB)
??
_core_metadata.py
(3.44 KB)
??
_core_utils.py
(24.24 KB)
??
_dataclasses.py
(10.46 KB)
??
_decorators.py
(30.05 KB)
??
_decorators_v1.py
(6.12 KB)
??
_discriminated_union.py
(25.61 KB)
??
_fields.py
(11.62 KB)
??
_forward_ref.py
(425 B)
??
_generate_schema.py
(87.89 KB)
??
_generics.py
(21.65 KB)
??
_internal_dataclass.py
(207 B)
??
_known_annotated_metadata.py
(15.89 KB)
??
_mock_val_ser.py
(4.2 KB)
??
_model_construction.py
(26.41 KB)
??
_repr.py
(4.27 KB)
??
_schema_generation_shared.py
(4.74 KB)
??
_std_types_schema.py
(28.27 KB)
??
_typing_extra.py
(16.15 KB)
??
_utils.py
(11.42 KB)
??
_validate_call.py
(5.36 KB)
??
_validators.py
(9.81 KB)
Editing: _forward_ref.py
from __future__ import annotations as _annotations from dataclasses import dataclass @dataclass class PydanticRecursiveRef: type_ref: str __name__ = 'PydanticRecursiveRef' __hash__ = object.__hash__ def __call__(self) -> None: """Defining __call__ is necessary for the `typing` module to let you use an instance of this class as the result of resolving a standard ForwardRef. """
Upload File
Create Folder