Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ col_is
Function
col_is
lib/sqlalchemy/sql/util.py:999–1001 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
997
)
998
999
def
col_is(a, b):
1000
# return a is b
1001
return
a.compare(b)
1002
1003
def
visit_binary(binary):
1004
if
not any_operator and binary.operator is not operators.eq:
Callers
1
visit_binary
Function · 0.85
Calls
1
compare
Method · 0.45
Tested by
no test coverage detected