MCPcopy Index your code
hub / github.com/sqlalchemy/sqlalchemy / Mixin

Class Mixin

test/ext/test_mutable.py:1284–1285  ·  view source on GitHub ↗

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__ = "foo"

Callers

nothing calls this directly

Calls 3

ColumnClass · 0.90
ARRAYClass · 0.90
as_mutableMethod · 0.80

Tested by

no test coverage detected