Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
process
Method · 0.95
Calls
2
_match
Method · 0.95
_delegate
Method · 0.95
Tested by
no test coverage detected