Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ __init__
Method
__init__
gunicorn/dirty/errors.py:132–133 ·
view source on GitHub ↗
(self, app_path)
Source
from the content-addressed store, hash-verified
130
""
"Raised when a dirty app is not found."
""
131
132
def
__init__(self, app_path):
133
super().__init__(f
"Dirty app not found: {app_path}"
, app_path=app_path)
134
135
136
class
DirtyNoWorkersAvailableError(DirtyError):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected