MCPcopy Index your code
hub / github.com/pyload/pyload / filter

Function filter

module/lib/beaker/middleware.py:159–160  ·  view source on GitHub ↗
(app)

Source from the content-addressed store, hash-verified

157
158def session_filter_factory(global_conf, **kwargs):
159 def filter(app):
160 return SessionMiddleware(app, global_conf, **kwargs)
161 return filter
162
163

Callers 15

initReportFunction · 0.85
addMethod · 0.85
addcrypted2Method · 0.85
flashgotMethod · 0.85
_downloadMethod · 0.85
lookslikehtmlMethod · 0.85
unknown_starttagMethod · 0.85
_stripDoctypeFunction · 0.85
mountMethod · 0.85
list_templatesMethod · 0.85
addMethod · 0.85
addcrypted2Method · 0.85

Calls 1

SessionMiddlewareClass · 0.85

Tested by

no test coverage detected