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

Method only

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

Source from the content-addressed store, hash-verified

71 ) -> QuerySetSingle[T_co]: ... # pragma: nocoverage
72
73 def only(self, *fields_for_select: str) -> QuerySetSingle[T_co]: ... # pragma: nocoverage
74
75 def values_list(
76 self, *fields_: str, flat: bool = False

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected