MCPcopy
hub / github.com/tortoise/tortoise-orm / all

Method all

tortoise/queryset.py:811–816  ·  view source on GitHub ↗

Return the whole QuerySet. Essentially a no-op except as the only operation.

(self)

Source from the content-addressed store, hash-verified

809 )
810
811 def all(self) -> QuerySet[MODEL]:
812 """
813 Return the whole QuerySet.
814 Essentially a no-op except as the only operation.
815 """
816 return self._clone()
817
818 def raw(self, sql: str) -> RawSQLQuery:
819 """

Callers

nothing calls this directly

Calls 1

_cloneMethod · 0.95

Tested by

no test coverage detected