MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _negate

Method _negate

lib/sqlalchemy/sql/elements.py:2894–2895  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2892 return type_api.BOOLEANTYPE
2893
2894 def _negate(self) -> False_:
2895 return False_._singleton
2896
2897 @classmethod
2898 def _ifnone(

Callers 4

_negateMethod · 0.45
_negateMethod · 0.45
_negateMethod · 0.45
_inv_implFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected