Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ details
Function
details
test/base/test_except.py:415–419 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
413
414
415
def
details(cls):
416
inst = cls(
"msg"
,
"stmt"
, (),
"orig"
)
417
inst.add_detail(
"d1"
)
418
inst.add_detail(
"d2"
)
419
return
inst
420
421
422
class
EqException(Exception):
Callers
nothing calls this directly
Calls
1
add_detail
Method · 0.80
Tested by
no test coverage detected