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

Method __getattr__

tortoise/manager.py:21–22  ·  view source on GitHub ↗
(self, item: str)

Source from the content-addressed store, hash-verified

19 return QuerySet(self._model)
20
21 def __getattr__(self, item: str) -> Any:
22 return getattr(self.get_queryset(), item)

Callers

nothing calls this directly

Calls 1

get_querysetMethod · 0.95

Tested by

no test coverage detected