MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / B

Class B

test/typing/plain_files/inspection_inspect.py:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30
31class B(BaseNoMeta):
32 __tablename__ = "b"
33
34 id: Mapped[int] = mapped_column(primary_key=True)
35 data: Mapped[str]
36
37
38assert_type(A.__mapper__, Mapper[Any])

Callers 1

Calls 1

mapped_columnFunction · 0.90

Tested by

no test coverage detected