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

Method select_related

tortoise/queryset.py:67–67  ·  view source on GitHub ↗
(self, *args: str)

Source from the content-addressed store, hash-verified

65 ) -> QuerySetSingle[T_co]: ... # pragma: nocoverage
66
67 def select_related(self, *args: str) -> QuerySetSingle[T_co]: ... # pragma: nocoverage
68
69 def annotate(
70 self, **kwargs: Expression | Term

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected