MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / operate

Method operate

test/sql/test_operators.py:97–98  ·  view source on GitHub ↗
(self, op, *other, **kwargs)

Source from the content-addressed store, hash-verified

95
96class LoopOperate(operators.ColumnOperators):
97 def operate(self, op, *other, **kwargs):
98 return op
99
100
101class ColExpressionDuckTypeOnly:

Callers 5

test_scalarMethod · 0.45
test_operateMethod · 0.45
test_inMethod · 0.45
test_not_inMethod · 0.45
test_collateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected