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

Method operate

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

Source from the content-addressed store, hash-verified

84
85class LoopOperate(operators.ColumnOperators):
86 def operate(self, op, *other, **kwargs):
87 return op
88
89
90class 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