MCPcopy Create free account
hub / github.com/webpy/webpy / GET

Method GET

tests/test_application.py:363–364  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

361
362 class bar:
363 def GET(self):
364 raise web.notfound()
365
366 app = web.application(urls, locals())
367

Callers

nothing calls this directly

Calls 1

notfoundMethod · 0.80

Tested by

no test coverage detected