MCPcopy Index your code
hub / github.com/webpy/webpy / handle

Method handle

web/application.py:265–267  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

263 return browser.AppBrowser(self)
264
265 def handle(self):
266 fn, args = self._match(self.mapping, web.ctx.path)
267 return self._delegate(fn, self.fvars, args)
268
269 def handle_with_processors(self):
270 def process(processors):

Callers 1

processMethod · 0.95

Calls 2

_matchMethod · 0.95
_delegateMethod · 0.95

Tested by

no test coverage detected