MCPcopy
hub / github.com/cherrypy/cherrypy / callable

Method callable

cherrypy/_cptools.py:225–230  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

223 self._priority = priority
224
225 def callable(self, *args, **kwargs):
226 innerfunc = cherrypy.serving.request.handler
227
228 def wrap(*args, **kwargs):
229 return self.newhandler(innerfunc, *args, **kwargs)
230 cherrypy.serving.request.handler = wrap
231
232
233class ErrorTool(Tool):

Callers 6

__call__Method · 0.80
handle_funcMethod · 0.80
_wrapperMethod · 0.80
_wrapperMethod · 0.80
selectMethod · 0.80
indexMethod · 0.80

Calls

no outgoing calls

Tested by 2

selectMethod · 0.64
indexMethod · 0.64