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

Method values

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

Source from the content-addressed store, hash-verified

77 ) -> ValuesListQuery[Literal[True]]: ... # pragma: nocoverage
78
79 def values(
80 self, *args: str, **kwargs: str
81 ) -> ValuesQuery[Literal[True]]: ... # pragma: nocoverage
82
83
84class AwaitableQuery(Generic[MODEL]):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected