MCPcopy
hub / github.com/benoitc/gunicorn / __init__

Method __init__

gunicorn/dirty/errors.py:163–167  ·  view source on GitHub ↗
(self, app_path, message=None)

Source from the content-addressed store, hash-verified

161 """
162
163 def __init__(self, app_path, message=None):
164 if message is None:
165 message = f"No workers available for app: {app_path}"
166 super().__init__(message, details={"app_path": app_path})
167 self.app_path = app_path
168
169
170class DirtyProtocolError(DirtyError):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected