MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / Thing

Class Thing

test/ext/test_mutable.py:222–225  ·  test/ext/test_mutable.py::MiscTest.Thing

Source from the content-addressed store, hash-verified

220 class="st">""class="st">"test class="cm">#8446"class="st">""
221
222 class Thing(decl_base):
223 __tablename__ = class="st">"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