MCPcopy Create free account
hub / github.com/dbunt1tled/python-fast-api / update

Method update

src/app/user/service/user_service.py:22–23  ·  view source on GitHub ↗
(self, uid: int, data: dict[str, Any])

Source from the content-addressed store, hash-verified

20 return await self.user_repository.create(data=data)
21
22 async def update(self, uid: int, data: dict[str, Any]) -> User:
23 return await self.user_repository.update(uid=uid, data=data)
24
25 async def one(
26 self,

Callers 3

loginMethod · 0.45
confirm_userMethod · 0.45
refreshMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected