MCPcopy
hub / github.com/fastapi/fastapi / UserInDB

Class UserInDB

docs_src/security/tutorial003_an_py310.py:41–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40
41class UserInDB(User):
42 hashed_password: str
43
44
45def get_user(db, username: str):

Callers 2

get_userFunction · 0.70
loginFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…