Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ DBAPIError
Class
DBAPIError
test/engine/test_reconnect.py:921–922 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
919
# named "test_error_recovery".
920
def
_fixture(self, explode_on_exec, initialize):
921
class
DBAPIError(Exception):
922
pass
923
924
def
MockDBAPI():
925
def
cursor():
Callers
2
cursor
Method · 0.70
ping
Method · 0.70
Calls
no outgoing calls
Tested by
2
cursor
Method · 0.56
ping
Method · 0.56