Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
956
class
StatusQuerySet(QuerySet):
957
def
active(self):
958
return
self.filter(status=1)
959
960
961
class
StatusManager(Manager):
Callers
1
test_manager
Function · 0.80
Calls
1
filter
Method · 0.45
Tested by
no test coverage detected