MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / except_

Function except_

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

Source from the content-addressed store, hash-verified

119
120@overload
121def except_(
122 *selects: _TypedSelectable[Unpack[_Ts]],
123) -> CompoundSelect[Unpack[_Ts]]: ...
124
125
126@overload

Callers 7

test_except_style1Method · 0.90
test_except_style2Method · 0.90
test_except_style3Method · 0.90
test_except_style4Method · 0.90
test_compoundMethod · 0.90

Calls 1

_create_exceptMethod · 0.80

Tested by 6

test_except_style1Method · 0.72
test_except_style2Method · 0.72
test_except_style3Method · 0.72
test_except_style4Method · 0.72
test_compoundMethod · 0.72