MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / NullableModel

Class NullableModel

test/typing/plain_files/orm/mapped_covariant.py:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85
86
87class NullableModel(DeclarativeBase):
88 not_null: Mapped[datetime]
89 nullable: Mapped[Union[datetime, None]]
90
91
92test = NullableModel()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected