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

Method operate

lib/sqlalchemy/ext/hybrid.py:1869–1872  ·  view source on GitHub ↗
(
        self, op: OperatorType, *other: Any, **kwargs: Any
    )

Source from the content-addressed store, hash-verified

1867 return self.expression.property # type: ignore
1868
1869 def operate(
1870 self, op: OperatorType, *other: Any, **kwargs: Any
1871 ) -> ColumnElement[Any]:
1872 return op(self.expression, *other, **kwargs)
1873
1874 def reverse_operate(
1875 self, op: OperatorType, other: Any, **kwargs: Any

Callers

nothing calls this directly

Calls 1

opFunction · 0.85

Tested by

no test coverage detected