Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/realpython/discover-flask
/ is_anonymous
Method
is_anonymous
project/models.py:47–48 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
45
return
True
46
47
def
is_anonymous(self):
48
return
False
49
50
def
get_id(self):
51
return
unicode(self.id)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected