MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _create_except

Method _create_except

lib/sqlalchemy/sql/selectable.py:4707–4710  ·  view source on GitHub ↗
(
        cls, *selects: _SelectStatementForCompoundArgument[Unpack[_Ts]]
    )

Source from the content-addressed store, hash-verified

4705
4706 @classmethod
4707 def _create_except(
4708 cls, *selects: _SelectStatementForCompoundArgument[Unpack[_Ts]]
4709 ) -> CompoundSelect[Unpack[_Ts]]:
4710 return CompoundSelect(_CompoundSelectKeyword.EXCEPT, *selects)
4711
4712 @classmethod
4713 def _create_except_all(

Callers 2

except_Method · 0.80
except_Function · 0.80

Calls 1

CompoundSelectClass · 0.85

Tested by

no test coverage detected