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

Method _and_criterion

tortoise/query_utils.py:209–210  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

207 )
208
209 def _and_criterion(self) -> Criterion:
210 return _and(self.where_criterion, self.having_criterion)
211
212 def __or__(self, other: QueryModifier) -> QueryModifier:
213 where_criterion = having_criterion = None

Callers 1

__or__Method · 0.95

Calls 1

_andFunction · 0.85

Tested by

no test coverage detected