Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ add_detail
Method
add_detail
lib/sqlalchemy/exc.py:548–549 ·
view source on GitHub ↗
(self, msg: str)
Source
from the content-addressed store, hash-verified
546
self.detail: List[str] = []
547
548
def
add_detail(self, msg: str) -> None:
549
self.detail.append(msg)
550
551
def
__reduce__(self) -> Union[str, Tuple[Any, ...]]:
552
return
(
Callers
2
_autoflush
Method · 0.80
details
Function · 0.80
Calls
1
append
Method · 0.45
Tested by
1
details
Function · 0.64