Home
last modified time | relevance | path

Searched refs:_count_diff_hashable (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/unittest/
Dutil.py156 def _count_diff_hashable(actual, expected): function
Dcase.py16 _count_diff_hashable, _common_shorten_repr)
1198 differences = _count_diff_hashable(first_seq, second_seq)
/third_party/python/Lib/unittest/test/
Dtest_case.py1005 diffs = set(unittest.util._count_diff_hashable('aaabccd', 'abbbcce'))