MCPcopy
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

addMethod · 0.95
removeMethod · 0.95
applyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected