MCPcopy Index your code
hub / github.com/fluentpython/example-code-2e / call

Method call

21-async/mojifinder/bottle.py:495–498  ·  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

493
494 @cached_property
495 def call(self):
496 ''' The route callback with all plugins applied. This property is
497 created on demand and then cached to speed up subsequent requests.'''
498 return self._make_callback()
499
500 def reset(self):
501 ''' Forget any cached values. The next time :attr:`call` is accessed,

Callers 2

__call__Method · 0.95
_handleMethod · 0.80

Calls 1

_make_callbackMethod · 0.95

Tested by

no test coverage detected