MCPcopy Index your code
hub / github.com/fastapi-users/fastapi-users / create

Method create

tests/conftest.py:340–341  ·  view source on GitHub ↗
(self, create_dict: dict[str, Any])

Source from the content-addressed store, hash-verified

338 return None
339
340 async def create(self, create_dict: dict[str, Any]) -> UserModel:
341 return UserModel(**create_dict)
342
343 async def update(
344 self, user: UserModel, update_dict: dict[str, Any]

Callers 6

test_existing_userMethod · 0.45
test_regular_userMethod · 0.45
test_superuserMethod · 0.45
test_is_activeMethod · 0.45
create_userFunction · 0.45

Calls 2

UserModelClass · 0.85
UserOAuthModelClass · 0.85

Tested by

no test coverage detected