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

Method __init__

gunicorn/dirty/errors.py:15–18  ·  view source on GitHub ↗
(self, message, details=None)

Source from the content-addressed store, hash-verified

13 """Base exception for all dirty arbiter errors."""
14
15 def __init__(self, message, details=None):
16 self.message = message
17 self.details = details or {}
18 super().__init__(message)
19
20 def __str__(self):
21 if self.details:

Callers 8

from_dictMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected