MCPcopy
hub / github.com/tortoise/tortoise-orm / group_by.py

File group_by.py

examples/group_by.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from tortoise import Model, Tortoise, fields, run_async
2from tortoise.functions import Avg, Count, Sum
3
4

Callers

nothing calls this directly

Calls 2

run_asyncFunction · 0.90
runFunction · 0.70

Tested by

no test coverage detected