Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/fastapi/sqlmodel
/ Organization
Class
Organization
tests/test_update.py:5–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
4
def
test_sqlmodel_update():
5
class
Organization(SQLModel, table=True):
6
id: int = Field(default=None, primary_key=True)
7
name: str
8
headquarters: str
9
10
class
OrganizationUpdate(SQLModel):
11
name: str
Callers
1
test_sqlmodel_update
Function · 0.85
Calls
1
Field
Function · 0.90
Tested by
1
test_sqlmodel_update
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…