MCPcopy
hub / github.com/pallets/werkzeug / process

Method process

examples/cupoftee/pages.py:51–55  ·  view source on GitHub ↗
(self, id)

Source from the content-addressed store, hash-verified

49 url_rule = "/server/<id>"
50
51 def process(self, id):
52 try:
53 self.server = self.cup.server_browser.servers[id]
54 except KeyError:
55 raise NotFound() from None
56
57
58class Search(Page):

Callers

nothing calls this directly

Calls 1

NotFoundClass · 0.90

Tested by

no test coverage detected