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

Method values_list

tortoise/queryset.py:75–77  ·  view source on GitHub ↗
(
        self, *fields_: str, flat: bool = False
    )

Source from the content-addressed store, hash-verified

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
77 ) -> ValuesListQuery[Literal[True]]: ... # pragma: nocoverage
78
79 def values(
80 self, *args: str, **kwargs: str

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected