MCPcopy
hub / github.com/mouredev/Hello-Python / users_schema

Function users_schema

Backend/FastAPI/db/schemas/user.py:11–12  ·  view source on GitHub ↗
(users)

Source from the content-addressed store, hash-verified

9
10
11def users_schema(users) -> list:
12 return [user_schema(user) for user in users]

Callers 1

usersFunction · 0.90

Calls 1

user_schemaFunction · 0.85

Tested by

no test coverage detected