MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / _create_except_all

Method _create_except_all

lib/sqlalchemy/sql/selectable.py:4591–4594  ·  view source on GitHub ↗
(
        cls, *selects: _SelectStatementForCompoundArgument[_TP]
    )

Source from the content-addressed store, hash-verified

4589
4590 @classmethod
4591 def _create_except_all(
4592 cls, *selects: _SelectStatementForCompoundArgument[_TP]
4593 ) -> CompoundSelect[_TP]:
4594 return CompoundSelect(_CompoundSelectKeyword.EXCEPT_ALL, *selects)
4595
4596 @classmethod
4597 def _create_intersect(

Callers 2

except_allMethod · 0.80
except_allFunction · 0.80

Calls 1

CompoundSelectClass · 0.85

Tested by

no test coverage detected