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

Class Thing

test/ext/test_mutable.py:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220 """test #8446"""
221
222 class Thing(decl_base):
223 __tablename__ = "thing"
224 id = Column(Integer, primary_key=True)
225 data = Column(MutableDict.as_mutable(JSON))
226
227 decl_base.metadata.create_all(connection)
228

Callers 1

test_session_mergeMethod · 0.70

Calls 2

ColumnClass · 0.90
as_mutableMethod · 0.80

Tested by 1

test_session_mergeMethod · 0.56