MCPcopy
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

avaluesMethod · 0.45
listMethod · 0.45
post_processMethod · 0.45
check_models_permissionsFunction · 0.45
create_permissionsFunction · 0.45
sitemapFunction · 0.45
checkMethod · 0.45
_build_app_dictMethod · 0.45
get_app_listMethod · 0.45
lookup_allowedMethod · 0.45
get_action_choicesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected