MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / DBAPIError

Class DBAPIError

test/engine/test_reconnect.py:919–920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

917 # named "test_error_recovery".
918 def _fixture(self, explode_on_exec, initialize):
919 class DBAPIError(Exception):
920 pass
921
922 def MockDBAPI():
923 def cursor():

Callers 3

cursorMethod · 0.70
pingMethod · 0.70
executeMethod · 0.70

Calls

no outgoing calls

Tested by 3

cursorMethod · 0.56
pingMethod · 0.56
executeMethod · 0.56