Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ __init__
Method
__init__
lib/sqlalchemy/exc.py:49–53 ·
view source on GitHub ↗
(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(
"code"
, None)
51
if
code is not None:
52
self.code = code
53
super().__init__(*arg, **kw)
54
55
_what_are_we =
"error"
56
Callers
nothing calls this directly
Calls
2
pop
Method · 0.45
__init__
Method · 0.45
Tested by
no test coverage detected