Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ ilike_op
Function
ilike_op
lib/sqlalchemy/sql/operators.py:2266–2267 ·
view source on GitHub ↗
(a: Any, b: Any, escape: Optional[str] = None)
Source
from the content-addressed store, hash-verified
2264
@comparison_op
2265
@_operator_fn
2266
def
ilike_op(a: Any, b: Any, escape: Optional[str] = None) -> Any:
2267
return
a.ilike(b, escape=escape)
2268
2269
2270
@comparison_op
Callers
nothing calls this directly
Calls
1
ilike
Method · 0.45
Tested by
no test coverage detected