Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ cursor
Method
cursor
lib/sqlalchemy/testing/engines.py:475–476 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
473
self.cursor_cls = cursor_cls
474
475
def
cursor(self, *args, **kwargs):
476
return
self.cursor_cls(self.engine, self.conn, *args, **kwargs)
477
478
def
close(self):
479
self.conn.close()
Callers
2
connect
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected