Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/fastapi/sqlmodel
/ OuterModel
Class
OuterModel
tests/test_pydantic/test_model_dump.py:33–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
password: str
32
33
class
OuterModel(SQLModel):
34
user: User
35
36
outer_model = OuterModel(
37
user=UserLogin(name=
"pydantic"
, password=
"password"
),
Callers
1
test_polymorphic_serialization
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_polymorphic_serialization
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…