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

Method __init__

gunicorn/dirty/errors.py:83–86  ·  view source on GitHub ↗
(self, message="Operation timed out", timeout=None)

Source from the content-addressed store, hash-verified

81 """Raised when a dirty operation times out."""
82
83 def __init__(self, message="Operation timed out", timeout=None):
84 details = {"timeout": timeout} if timeout else {}
85 super().__init__(message, details)
86 self.timeout = timeout
87
88
89class DirtyConnectionError(DirtyError):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected