MCPcopy Create free account
hub / github.com/Brickgraph/fast-graph / User

Class User

app/utils/schema.py:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30# User response models
31class User(BaseModel):
32 username: str
33 full_name: Optional[str] = None
34 joined: Optional[datetime] = None
35 disabled: Optional[bool] = None
36
37
38class UserInDB(User):

Callers 5

read_userFunction · 0.90
create_userFunction · 0.90
update_userFunction · 0.90
reset_passwordFunction · 0.90
first_userFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected