Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
158
def
session_filter_factory(global_conf, **kwargs):
159
def
filter(app):
160
return
SessionMiddleware(app, global_conf, **kwargs)
161
return
filter
162
163
Callers
15
initReport
Function · 0.85
add
Method · 0.85
addcrypted2
Method · 0.85
flashgot
Method · 0.85
_download
Method · 0.85
lookslikehtml
Method · 0.85
unknown_starttag
Method · 0.85
_stripDoctype
Function · 0.85
mount
Method · 0.85
list_templates
Method · 0.85
add
Method · 0.85
addcrypted2
Method · 0.85
Calls
1
SessionMiddleware
Class · 0.85
Tested by
no test coverage detected