Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ asave
Method
asave
django/contrib/sessions/backends/file.py:186–187 ·
view source on GitHub ↗
(self, must_create=False)
Source
from the content-addressed store, hash-verified
184
pass
185
186
async
def
asave(self, must_create=False):
187
return
self.save(must_create=must_create)
188
189
def
exists(self, session_key):
190
return
os.path.exists(self._key_to_file(session_key))
Callers
nothing calls this directly
Calls
1
save
Method · 0.95
Tested by
no test coverage detected