MCPcopy
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
419def Nullable(
420 val: "SQLCoreOperations[_T]",
421) -> "SQLCoreOperations[Optional[_T]]": ...
422
423
424@overload

Callers 2

test_outerjoin_10173Function · 0.90

Calls

no outgoing calls

Tested by 1

test_outerjoin_10173Function · 0.72