MCPcopy Create free account
hub / github.com/internetarchive/openlibrary / __init__

Method __init__

openlibrary/utils/sentry.py:167–168  ·  view source on GitHub ↗
(self, app: web.application)

Source from the content-addressed store, hash-verified

165
166class WebPySentryProcessor:
167 def __init__(self, app: web.application):
168 self.app = app
169
170 def find_route_name(self) -> str:
171 handler, groups = self.app._match(self.app.mapping, web.ctx.path)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected