MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / not_ilike_op

Function not_ilike_op

lib/sqlalchemy/sql/operators.py:2272–2273  ·  view source on GitHub ↗
(a: Any, b: Any, escape: Optional[str] = None)

Source from the content-addressed store, hash-verified

2270@comparison_op
2271@_operator_fn
2272def not_ilike_op(a: Any, b: Any, escape: Optional[str] = None) -> Any:
2273 return a.not_ilike(b, escape=escape)
2274
2275
2276# 1.4 deprecated; see #5435

Callers

nothing calls this directly

Calls 1

not_ilikeMethod · 0.45

Tested by

no test coverage detected