Home
last modified time | relevance | path

Searched refs:_common_shorten_repr (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/unittest/
Dcase.py17 _count_diff_hashable, _common_shorten_repr)
903 standardMsg = '%s != %s' % _common_shorten_repr(first, second)
1048 _common_shorten_repr(seq1, seq2))
1067 ((i,) + _common_shorten_repr(item1, item2)))
1206 standardMsg = '%s != %s' % _common_shorten_repr(d1, d2)
1289 standardMsg = '%s != %s' % _common_shorten_repr(first, second)
Dutil.py24 def _common_shorten_repr(*args): function