MCPcopy Create free account
hub / github.com/webpy/webpy / cleanup

Method cleanup

web/session.py:222–224  ·  view source on GitHub ↗

removes all the expired sessions

(self, timeout)

Source from the content-addressed store, hash-verified

220 raise NotImplementedError()
221
222 def cleanup(self, timeout):
223 """removes all the expired sessions"""
224 raise NotImplementedError()
225
226 def encode(self, session_dict):
227 """encodes session dict as a string"""

Callers 1

_cleanupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected