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

Class A

test/typing/plain_files/inspection_inspect.py:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19
20class A(Base):
21 __tablename__ = "a"
22
23 id: Mapped[int] = mapped_column(primary_key=True)
24 data: Mapped[str]
25
26
27class BaseNoMeta(DeclarativeBaseNoMeta):

Callers 1

Calls 1

mapped_columnFunction · 0.90

Tested by

no test coverage detected