MCPcopy
hub / github.com/pyload/pyload / call

Method call

module/lib/bottle.py:467–470  ·  view source on GitHub ↗

The route callback with all plugins applied. This property is created on demand and then cached to speed up subsequent requests.

(self)

Source from the content-addressed store, hash-verified

465
466 @cached_property
467 def call(self):
468 ''' The route callback with all plugins applied. This property is
469 created on demand and then cached to speed up subsequent requests.'''
470 return self._make_callback()
471
472 def reset(self):
473 ''' Forget any cached values. The next time :attr:`call` is accessed,

Callers 15

__call__Method · 0.95
_handleMethod · 0.45
check_progFunction · 0.45
linux_standbyMethod · 0.45
fFunction · 0.45
EFunction · 0.45
PFunction · 0.45
jFunction · 0.45
hFunction · 0.45

Calls 1

_make_callbackMethod · 0.95

Tested by

no test coverage detected