MCPcopy
hub / github.com/cherrypy/cherrypy / _wrapper

Method _wrapper

cherrypy/_cptools.py:239–240  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

237 Tool.__init__(self, None, callable, name)
238
239 def _wrapper(self):
240 self.callable(**self._merged_args())
241
242 def _setup(self):
243 """Hook this tool into cherrypy.request.

Callers

nothing calls this directly

Calls 2

callableMethod · 0.80
_merged_argsMethod · 0.80

Tested by

no test coverage detected