MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __call__

Method __call__

lib/sqlalchemy/sql/operators.py:561–567  ·  view source on GitHub ↗
(
        self,
        left: ColumnExpressionArgument[Any],
        right: Optional[Any] = None,
        *other: Any,
        **kwargs: Any,
    )

Source from the content-addressed store, hash-verified

559
560 @overload
561 def __call__(
562 self,
563 left: ColumnExpressionArgument[Any],
564 right: Optional[Any] = None,
565 *other: Any,
566 **kwargs: Any,
567 ) -> ColumnElement[Any]: ...
568
569 @overload
570 def __call__(

Callers

nothing calls this directly

Calls 1

operateMethod · 0.45

Tested by

no test coverage detected