MCPcopy
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
415def details(cls):
416 inst = cls("msg", "stmt", (), "orig")
417 inst.add_detail("d1")
418 inst.add_detail("d2")
419 return inst
420
421
422class EqException(Exception):

Callers

nothing calls this directly

Calls 1

add_detailMethod · 0.80

Tested by

no test coverage detected