MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / like_op

Function like_op

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

Source from the content-addressed store, hash-verified

2075@comparison_op
2076@_operator_fn
2077def like_op(a: Any, b: Any, escape: Optional[str] = None) -> Any:
2078 return a.like(b, escape=escape)
2079
2080
2081@comparison_op

Callers

nothing calls this directly

Calls 1

likeMethod · 0.45

Tested by

no test coverage detected