MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / Mixin

Class Mixin

test/ext/test_mutable.py:1284–1285  ·  test/ext/test_mutable.py::MutableColumnCopyArrayTest.Mixin

Source from the content-addressed store, hash-verified

1282 Base = declarative_base(metadata=metadata)
1283
1284 class Mixin:
1285 data = Column(MutableList.as_mutable(ARRAY(Integer)))
1286
1287 class Foo(Mixin, Base):
1288 __tablename__ = class="st">"foo"

Callers

nothing calls this directly

Calls 3

ColumnClass · 0.90
ARRAYClass · 0.90
as_mutableMethod · 0.80

Tested by

no test coverage detected