MCPcopy Index your code
hub / github.com/sqlalchemy/sqlalchemy / all_op

Function all_op

lib/sqlalchemy/sql/operators.py:2343–2344  ·  view source on GitHub ↗
(a: Any)

Source from the content-addressed store, hash-verified

2341
2342@_operator_fn
2343def all_op(a: Any) -> Any:
2344 return a.all_()
2345
2346
2347def _escaped_like_impl(

Callers

nothing calls this directly

Calls 1

all_Method · 0.45

Tested by

no test coverage detected