Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pydantic/pydantic
/ import_cached_base_model
Function
import_cached_base_model
pydantic/_internal/_import_utils.py:10–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
9
@cache
10
def
import_cached_base_model() -> type[
'BaseModel'
]:
11
from
pydantic
import
BaseModel
12
13
return
BaseModel
14
15
16
@cache
Callers
11
__new__
Method · 0.85
_collect_bases_data
Method · 0.85
get_model_post_init
Function · 0.85
_model_schema
Method · 0.85
_generate_schema_from_get_schema_method
Method · 0.85
_generate_schema_inner
Method · 0.85
_extract_get_pydantic_json_schema
Function · 0.85
_check_protected_namespaces
Function · 0.85
collect_model_fields
Function · 0.85
is_model_class
Function · 0.85
pydantic_encoder
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected