Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pyload/pyload
/ _empty
Method
_empty
module/lib/bottle.py:1469–1470 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1467
self.app = None
1468
1469
def
_empty(self):
1470
return
not (self.hooks[
'before_request'
] or self.hooks[
'after_request'
])
1471
1472
def
setup(self, app):
1473
self.app = app
Callers
3
add
Method · 0.95
remove
Method · 0.95
apply
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected