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

Class A

test/typing/plain_files/orm/mapped_assign_expression.py:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14@mapper_registry.mapped
15class A:
16 __tablename__ = "a"
17 id: Mapped[int] = mapped_column(primary_key=True)
18 date_time: Mapped[datetime]
19
20
21mapper_registry.metadata.create_all(e)

Callers 1

Calls 1

mapped_columnFunction · 0.90

Tested by

no test coverage detected