MCPcopy
hub / github.com/tortoise/tortoise-orm / users_list

Function users_list

examples/blacksheep/server.py:29–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27
28@app.router.get("/")
29async def users_list() -> UserPydanticOut:
30 return ok(await UserPydanticOut.from_queryset(Users.all()))
31
32
33@app.router.post("/")

Callers

nothing calls this directly

Calls 2

from_querysetMethod · 0.45
allMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…