MCPcopy Index your code
hub / github.com/fastapi/sqlmodel / OrganizationUpdate

Class OrganizationUpdate

tests/test_update.py:10–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 headquarters: str
9
10 class OrganizationUpdate(SQLModel):
11 name: str
12
13 org = Organization(name="Example Org", city="New York", headquarters="NYC HQ")
14 org_in = OrganizationUpdate(name="Updated org")

Callers 1

test_sqlmodel_updateFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_sqlmodel_updateFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…