MCPcopy
hub / github.com/cherrypy/cherrypy / handle_func

Method handle_func

cherrypy/_cptools.py:174–178  ·  view source on GitHub ↗
(*a, **kw)

Source from the content-addressed store, hash-verified

172 """
173 @expose
174 def handle_func(*a, **kw):
175 handled = self.callable(*args, **self._merged_args(kwargs))
176 if not handled:
177 raise cherrypy.NotFound()
178 return cherrypy.serving.response.body
179 return handle_func
180
181 def _wrapper(self, **kwargs):

Callers

nothing calls this directly

Calls 2

callableMethod · 0.80
_merged_argsMethod · 0.80

Tested by

no test coverage detected