MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __init__

Method __init__

lib/sqlalchemy/exc.py:49–53  ·  lib/sqlalchemy/exc.py::HasDescriptionCode.__init__
(self, *arg: Any, **kw: Any)

Source from the content-addressed store, hash-verified

47 code: Optional[str] = None
48
49 def __init__(self, *arg: Any, **kw: Any):
50 code = kw.pop(class="st">"code", None)
51 if code is not None:
52 self.code = code
53 super().__init__(*arg, **kw)
54
55 _what_are_we = class="st">"error"
56

Callers

nothing calls this directly

Calls 2

popMethod · 0.45
__init__Method · 0.45

Tested by

no test coverage detected