MCPcopy 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
69class UserCreate(schemas.BaseUserCreate):
70 first_name: str | None = None
71
72
73class UserUpdate(schemas.BaseUserUpdate):

Callers 4

test_existing_userMethod · 0.90
test_regular_userMethod · 0.90
test_superuserMethod · 0.90
test_is_activeMethod · 0.90

Calls

no outgoing calls

Tested by 4

test_existing_userMethod · 0.72
test_regular_userMethod · 0.72
test_superuserMethod · 0.72
test_is_activeMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…