MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / like_op

Function like_op

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

Source from the content-addressed store, hash-verified

2242@comparison_op
2243@_operator_fn
2244def like_op(a: Any, b: Any, escape: Optional[str] = None) -> Any:
2245 return a.like(b, escape=escape)
2246
2247
2248@comparison_op

Callers

nothing calls this directly

Calls 1

likeMethod · 0.45

Tested by

no test coverage detected