Searched refs:_common_shorten_repr (Results 1 – 2 of 2) sorted by relevance
16 _count_diff_hashable, _common_shorten_repr)822 standardMsg = '%s != %s' % _common_shorten_repr(first, second)967 _common_shorten_repr(seq1, seq2))986 ((i,) + _common_shorten_repr(item1, item2)))1125 standardMsg = '%s != %s' % _common_shorten_repr(d1, d2)1208 standardMsg = '%s != %s' % _common_shorten_repr(first, second)
24 def _common_shorten_repr(*args): function