Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ is_
Function
is_
lib/sqlalchemy/sql/operators.py:2212–2213 ·
view source on GitHub ↗
(a: Any, b: Any)
Source
from the content-addressed store, hash-verified
2210
@comparison_op
2211
@_operator_fn
2212
def
is_(a: Any, b: Any) -> Any:
2213
return
a.is_(b)
2214
2215
2216
@comparison_op
Callers
nothing calls this directly
Calls
1
is_
Method · 0.45
Tested by
no test coverage detected