MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _unsupported_impl

Function _unsupported_impl

lib/sqlalchemy/sql/default_comparator.py:245–250  ·  view source on GitHub ↗
(
    expr: ColumnElement[Any], op: OperatorType, *arg: Any, **kw: Any
)

Source from the content-addressed store, hash-verified

243
244
245def _unsupported_impl(
246 expr: ColumnElement[Any], op: OperatorType, *arg: Any, **kw: Any
247) -> NoReturn:
248 raise NotImplementedError(
249 "Operator '%s' is not supported on this expression" % op.__name__
250 )
251
252
253def _inv_impl(

Callers 1

_getitem_implFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected