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.py16 _count_diff_hashable, _common_shorten_repr)
830 standardMsg = '%s != %s' % _common_shorten_repr(first, second)
975 _common_shorten_repr(seq1, seq2))
994 ((i,) + _common_shorten_repr(item1, item2)))
1133 standardMsg = '%s != %s' % _common_shorten_repr(d1, d2)
1217 standardMsg = '%s != %s' % _common_shorten_repr(first, second)
Dutil.py24 def _common_shorten_repr(*args): function