MCPcopy
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_tuplesMethod · 0.95
test_diff_methodMethod · 0.95

Calls 2

_whats_differentMethod · 0.95
joinMethod · 0.45

Tested by 1

test_diff_methodMethod · 0.76