MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / except_all

Function except_all

lib/sqlalchemy/sql/_selectable_constructors.py:148–150  ·  view source on GitHub ↗
(
    *selects: _TypedSelectable[Unpack[_Ts]],
)

Source from the content-addressed store, hash-verified

146
147@overload
148def except_all(
149 *selects: _TypedSelectable[Unpack[_Ts]],
150) -> CompoundSelect[Unpack[_Ts]]: ...
151
152
153@overload

Callers 1

Calls 1

_create_except_allMethod · 0.80

Tested by

no test coverage detected