Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pydantic/pydantic
/ import_cached_field_info
Function
import_cached_field_info
pydantic/_internal/_import_utils.py:17–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
16
@cache
17
def
import_cached_field_info() -> type[
'FieldInfo'
]:
18
from
pydantic.fields
import
FieldInfo
19
20
return
FieldInfo
Callers
13
get_defaultdict_default_default_factory
Function · 0.90
inspect_namespace
Function · 0.85
_typed_dict_schema
Method · 0.85
_generate_parameter_schema
Method · 0.85
_generate_parameter_v3_schema
Method · 0.85
_annotated_schema
Method · 0.85
_apply_single_annotation
Method · 0.85
_apply_single_annotation_json_schema
Method · 0.85
collect_model_fields
Function · 0.85
_recreate_field_info
Function · 0.85
collect_dataclass_fields
Function · 0.85
rebuild_dataclass_fields
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected