Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/fastapi-users/fastapi-users
/ UserCreate
Class
UserCreate
tests/conftest.py:69–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
68
69
class
UserCreate(schemas.BaseUserCreate):
70
first_name: str | None = None
71
72
73
class
UserUpdate(schemas.BaseUserUpdate):
Callers
4
test_existing_user
Method · 0.90
test_regular_user
Method · 0.90
test_superuser
Method · 0.90
test_is_active
Method · 0.90
Calls
no outgoing calls
Tested by
4
test_existing_user
Method · 0.72
test_regular_user
Method · 0.72
test_superuser
Method · 0.72
test_is_active
Method · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…