Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _diff
Method
_diff
lib/sqlalchemy/sql/cache_key.py:515–516 ·
view source on GitHub ↗
(self, other: CacheKey)
Source
from the content-addressed store, hash-verified
513
break
514
515
def
_diff(self, other: CacheKey) -> str:
516
return
", "
.join(self._whats_different(other))
517
518
def
__str__(self) -> str:
519
stack: List[Union[Tuple[Any, ...], HasCacheKey]] = [self.key]
Callers
2
_diff_tuples
Method · 0.95
test_diff_method
Method · 0.95
Calls
2
_whats_different
Method · 0.95
join
Method · 0.45
Tested by
1
test_diff_method
Method · 0.76