Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/fastapi/sqlmodel
/ UserLogin
Class
UserLogin
tests/test_pydantic/test_model_dump.py:30–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
name: str
29
30
class
UserLogin(User):
31
password: str
32
33
class
OuterModel(SQLModel):
34
user: User
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…