MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __init__

Method __init__

lib/sqlalchemy/testing/engines.py:441–444  ·  view source on GitHub ↗
(self, engine, conn, *args, **kwargs)

Source from the content-addressed store, hash-verified

439 """
440
441 def __init__(self, engine, conn, *args, **kwargs):
442 self.engine = engine
443 self.connection = conn
444 self.cursor = conn.cursor(*args, **kwargs)
445
446 def execute(self, stmt, parameters=None, **kw):
447 if parameters:

Callers

nothing calls this directly

Calls 1

cursorMethod · 0.45

Tested by

no test coverage detected