MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / comparator

Method comparator

lib/sqlalchemy/ext/hybrid.py:1546–1549  ·  view source on GitHub ↗
(
            self, comparator: _HybridComparatorCallableType[_TE]
        )

Source from the content-addressed store, hash-verified

1544 return self._set(expr=expr)
1545
1546 def comparator(
1547 self, comparator: _HybridComparatorCallableType[_TE]
1548 ) -> hybrid_property[_TE]:
1549 return self._set(custom_comparator=comparator)
1550
1551 def update_expression(
1552 self, meth: _HybridUpdaterType[_TE]

Callers

nothing calls this directly

Calls 1

_setMethod · 0.95

Tested by

no test coverage detected