MCPcopy
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_connectionFunction · 0.70
connectMethod · 0.70

Calls 1

mock_cursorFunction · 0.85

Tested by

no test coverage detected