Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ __bool__
Method
__bool__
django/contrib/sessions/backends/base.py:69–70 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
67
self.modified = True
68
69
def
__bool__(self):
70
return
not self.is_empty()
71
72
@property
73
def
key_salt(self):
Callers
nothing calls this directly
Calls
1
is_empty
Method · 0.95
Tested by
no test coverage detected