MCPcopy
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

_autoflushMethod · 0.80
detailsFunction · 0.80

Calls 1

appendMethod · 0.45

Tested by 1

detailsFunction · 0.64