Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ col_is
Function
col_is
lib/sqlalchemy/sql/util.py:987–989 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
985
)
986
987
def
col_is(a, b):
988
# return a is b
989
return
a.compare(b)
990
991
def
visit_binary(binary):
992
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