Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mouredev/Hello-Python
/ User
Class
User
Backend/FastAPI/routers/users.py:13–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
12
13
class
User(BaseModel):
14
id: int
15
name: str
16
surname: str
17
url: str
18
age: int
19
20
21
users_list = [User(id=1, name=
"Brais"
, surname=
"Moure"
, url=
"https://moure.dev"
, age=35),
Callers
3
user
Function · 0.90
search_user
Function · 0.90
users.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected