MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _null_operate

Method _null_operate

lib/sqlalchemy/sql/operators.py:266–269  ·  view source on GitHub ↗

A 'null' operation available on all types, used for testing.

(self, other: Any)

Source from the content-addressed store, hash-verified

264 return self.operate(inv)
265
266 def _null_operate(self, other: Any) -> Operators:
267 """A 'null' operation available on all types, used for testing."""
268
269 return self.operate(null_op, other)
270
271 def op(
272 self,

Callers 2

null_opFunction · 0.80
mylambdaMethod · 0.80

Calls 1

operateMethod · 0.95

Tested by 1

mylambdaMethod · 0.64