MCPcopy 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

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…