Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ cursor
Function
cursor
test/engine/test_reconnect.py:97–99 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
95
return
cursor
96
97
def
cursor():
98
while
True:
99
yield
mock_cursor()
100
101
def
rollback():
102
if
conn.explode ==
"rollback"
:
Callers
2
mock_connection
Function · 0.70
connect
Method · 0.70
Calls
1
mock_cursor
Function · 0.85
Tested by
no test coverage detected