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

Method __init__

test/sql/test_metadata.py:141–143  ·  test/sql/test_metadata.py::MetaDataTest.MyColumn.__init__
(self, *args, **kw)

Source from the content-addressed store, hash-verified

139 def test_col_subclass_copy(self):
140 class MyColumn(schema.Column):
141 def __init__(self, *args, **kw):
142 self.widget = kw.pop(class="st">"widget", None)
143 super().__init__(*args, **kw)
144
145 def _copy(self, *arg, **kw):
146 c = super()._copy(*arg, **kw)

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls 1

popMethod · 0.45

Tested by

no test coverage detected