Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ Nullable
Function
Nullable
lib/sqlalchemy/sql/_typing.py:419–421 ·
view source on GitHub ↗
( val: "SQLCoreOperations[_T]", )
Source
from the content-addressed store, hash-verified
417
418
@overload
419
def
Nullable(
420
val:
"SQLCoreOperations[_T]"
,
421
) ->
"SQLCoreOperations[Optional[_T]]"
: ...
422
423
424
@overload
Callers
2
test_outerjoin_10173
Function · 0.90
mapped_covariant.py
File · 0.90
Calls
no outgoing calls
Tested by
1
test_outerjoin_10173
Function · 0.72