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

Function is_

lib/sqlalchemy/sql/operators.py:2045–2046  ·  view source on GitHub ↗
(a: Any, b: Any)

Source from the content-addressed store, hash-verified

2043@comparison_op
2044@_operator_fn
2045def is_(a: Any, b: Any) -> Any:
2046 return a.is_(b)
2047
2048
2049@comparison_op

Callers

nothing calls this directly

Calls 1

is_Method · 0.45

Tested by

no test coverage detected