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

Method delete

tests/conftest.py:350–351  ·  view source on GitHub ↗
(self, user: UserModel)

Source from the content-addressed store, hash-verified

348 return user
349
350 async def delete(self, user: UserModel) -> None:
351 pass
352
353 return MockUserDatabase()
354

Calls

no outgoing calls

Tested by

no test coverage detected