MCPcopy Create free account
hub / github.com/tortoise/tortoise-orm / annotate

Method annotate

tortoise/queryset.py:69–71  ·  view source on GitHub ↗
(
        self, **kwargs: Expression | Term
    )

Source from the content-addressed store, hash-verified

67 def select_related(self, *args: str) -> QuerySetSingle[T_co]: ... # pragma: nocoverage
68
69 def annotate(
70 self, **kwargs: Expression | Term
71 ) -> QuerySetSingle[T_co]: ... # pragma: nocoverage
72
73 def only(self, *fields_for_select: str) -> QuerySetSingle[T_co]: ... # pragma: nocoverage
74

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected