Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ avalues
Method
avalues
django/contrib/sessions/backends/base.py:173–174 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
171
return
self._session.values()
172
173
async
def
avalues(self):
174
return
(await self._aget_session()).values()
175
176
def
items(self):
177
return
self._session.items()
Callers
1
test_values_async
Method · 0.80
Calls
2
_aget_session
Method · 0.95
values
Method · 0.45
Tested by
1
test_values_async
Method · 0.64