MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / User

Class User

test/typing/plain_files/sql/dml.py:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31
32class User(Base):
33 __tablename__ = "user"
34
35 id: Mapped[int] = mapped_column(primary_key=True)
36 name: Mapped[str]
37 data: Mapped[str]
38
39
40# test #9376

Callers

nothing calls this directly

Calls 1

mapped_columnFunction · 0.90

Tested by

no test coverage detected