MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / A

Class A

test/ext/test_mutable.py:255–262  ·  test/ext/test_mutable.py::MiscTest.A

Source from the content-addressed store, hash-verified

253 class="st">""class="st">"test class="cm">#9676"class="st">""
254
255 class A(decl_base):
256 __tablename__ = class="st">"a"
257
258 id: Mapped[int] = mapped_column(primary_key=True)
259
260 json: Mapped[Dict[str, Any]] = mapped_column(
261 MutableDict.as_mutable(JSON())
262 )
263
264 class B(A):
265 pass

Callers

nothing calls this directly

Calls 3

mapped_columnFunction · 0.90
JSONClass · 0.90
as_mutableMethod · 0.80

Tested by

no test coverage detected