MCPcopy 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

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…