MCPcopy Index your code
hub / github.com/tortoise/tortoise-orm / active

Method active

tests/testmodels.py:957–958  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

955
956class StatusQuerySet(QuerySet):
957 def active(self):
958 return self.filter(status=1)
959
960
961class StatusManager(Manager):

Callers 1

test_managerFunction · 0.80

Calls 1

filterMethod · 0.45

Tested by

no test coverage detected