MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _create_except_all

Method _create_except_all

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

Source from the content-addressed store, hash-verified

4711
4712 @classmethod
4713 def _create_except_all(
4714 cls, *selects: _SelectStatementForCompoundArgument[Unpack[_Ts]]
4715 ) -> CompoundSelect[Unpack[_Ts]]:
4716 return CompoundSelect(_CompoundSelectKeyword.EXCEPT_ALL, *selects)
4717
4718 @classmethod
4719 def _create_intersect(

Callers 2

except_allMethod · 0.80
except_allFunction · 0.80

Calls 1

CompoundSelectClass · 0.85

Tested by

no test coverage detected