Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2343
def
all_op(a: Any) -> Any:
2344
return
a.all_()
2345
2346
2347
def
_escaped_like_impl(
Callers
nothing calls this directly
Calls
1
all_
Method · 0.45
Tested by
no test coverage detected