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

Method _create_except

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

Source from the content-addressed store, hash-verified

4583
4584 @classmethod
4585 def _create_except(
4586 cls, *selects: _SelectStatementForCompoundArgument[_TP]
4587 ) -> CompoundSelect[_TP]:
4588 return CompoundSelect(_CompoundSelectKeyword.EXCEPT, *selects)
4589
4590 @classmethod
4591 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