MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / call

Method call

thirdparty/bottle/bottle.py:522–525  ·  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

520
521 @cached_property
522 def call(self):
523 """ The route callback with all plugins applied. This property is
524 created on demand and then cached to speed up subsequent requests."""
525 return self._make_callback()
526
527 def reset(self):
528 """ Forget any cached values. The next time :attr:`call` is accessed,

Callers 1

_handleMethod · 0.80

Calls 1

_make_callbackMethod · 0.95

Tested by

no test coverage detected