Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/realpython/discover-flask
/ is_active
Method
is_active
project/models.py:44–45 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
42
return
True
43
44
def
is_active(self):
45
return
True
46
47
def
is_anonymous(self):
48
return
False
Callers
3
test_user_registeration
Method · 0.80
test_correct_login
Method · 0.80
test_logout
Method · 0.80
Calls
no outgoing calls
Tested by
3
test_user_registeration
Method · 0.64
test_correct_login
Method · 0.64
test_logout
Method · 0.64