Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlalchemy/sqlalchemy
/ any_op
Function
any_op
lib/sqlalchemy/sql/operators.py:2338–2339 ·
view source on GitHub ↗
(a: Any)
Source
from the content-addressed store, hash-verified
2336
2337
@_operator_fn
2338
def
any_op(a: Any) -> Any:
2339
return
a.any_()
2340
2341
2342
@_operator_fn
Callers
nothing calls this directly
Calls
1
any_
Method · 0.45
Tested by
no test coverage detected