Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
87
class
NullableModel(DeclarativeBase):
88
not_null: Mapped[datetime]
89
nullable: Mapped[Union[datetime, None]]
90
91
92
test = NullableModel()
Callers
1
mapped_covariant.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected