Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ aclear_expired
Method
aclear_expired
django/contrib/sessions/backends/file.py:225–226 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
223
224
@classmethod
225
async
def
aclear_expired(cls):
226
cls.clear_expired()
Callers
nothing calls this directly
Calls
1
clear_expired
Method · 0.45
Tested by
no test coverage detected