MCPcopy 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_correct_loginMethod · 0.80
test_logoutMethod · 0.80

Calls

no outgoing calls

Tested by 3

test_correct_loginMethod · 0.64
test_logoutMethod · 0.64