Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ values
Method
values
django/contrib/sessions/backends/base.py:170–171 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
168
return
(await self._aget_session()).keys()
169
170
def
values(self):
171
return
self._session.values()
172
173
async
def
avalues(self):
174
return
(await self._aget_session()).values()
Callers
15
avalues
Method · 0.45
list
Method · 0.45
post_process
Method · 0.45
check_models_permissions
Function · 0.45
create_permissions
Function · 0.45
sitemap
Function · 0.45
check_generic_foreign_keys
Function · 0.45
check
Method · 0.45
_build_app_dict
Method · 0.45
get_app_list
Method · 0.45
lookup_allowed
Method · 0.45
get_action_choices
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected