MCPcopy
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
13class User(BaseModel):
14 id: int
15 name: str
16 surname: str
17 url: str
18 age: int
19
20
21users_list = [User(id=1, name="Brais", surname="Moure", url="https://moure.dev", age=35),

Callers 3

userFunction · 0.90
search_userFunction · 0.90
users.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected