Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/webpy/webpy
/ browser
Method
browser
web/application.py:262–263 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
260
return
response
261
262
def
browser(self):
263
return
browser.AppBrowser(self)
264
265
def
handle(self):
266
fn, args = self._match(self.mapping, web.ctx.path)
Callers
8
testSession
Method · 0.80
testParallelSessions
Method · 0.80
testBadSessionId
Method · 0.80
testSlowCookies
Method · 0.80
testRedirect
Method · 0.80
testCookies
Method · 0.80
testNotfound
Method · 0.80
testRedirect
Method · 0.80
Calls
no outgoing calls
Tested by
8
testSession
Method · 0.64
testParallelSessions
Method · 0.64
testBadSessionId
Method · 0.64
testSlowCookies
Method · 0.64
testRedirect
Method · 0.64
testCookies
Method · 0.64
testNotfound
Method · 0.64
testRedirect
Method · 0.64