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

Class A

test/ext/test_mutable.py:255–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253 """test #9676"""
254
255 class A(decl_base):
256 __tablename__ = "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