MCPcopy 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

testSessionMethod · 0.80
testParallelSessionsMethod · 0.80
testBadSessionIdMethod · 0.80
testSlowCookiesMethod · 0.80
testRedirectMethod · 0.80
testCookiesMethod · 0.80
testNotfoundMethod · 0.80
testRedirectMethod · 0.80

Calls

no outgoing calls

Tested by 8

testSessionMethod · 0.64
testParallelSessionsMethod · 0.64
testBadSessionIdMethod · 0.64
testSlowCookiesMethod · 0.64
testRedirectMethod · 0.64
testCookiesMethod · 0.64
testNotfoundMethod · 0.64
testRedirectMethod · 0.64