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

Method __init__

lib/sqlalchemy/sql/ddl.py:1258–1260  ·  view source on GitHub ↗
(self, connection, **kw)

Source from the content-addressed store, hash-verified

1256
1257class InvokeDDLBase(SchemaVisitor):
1258 def __init__(self, connection, **kw):
1259 self.connection = connection
1260 assert not kw, f"Unexpected keywords: {kw.keys()}"
1261
1262 @contextlib.contextmanager
1263 def with_ddl_events(self, target, **kw):

Callers

nothing calls this directly

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected