Home
last modified time | relevance | path

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

/third_party/python/Lib/unittest/
Dutil.py121 def _count_diff_all_purpose(actual, expected): function
Dcase.py15 from .util import (strclass, safe_repr, _count_diff_all_purpose,
1194 differences = _count_diff_all_purpose(first_seq, second_seq)
/third_party/python/Lib/unittest/test/
Dtest_case.py998 diffs = set(unittest.util._count_diff_all_purpose('aaabccd', 'abbbcce'))
1002 diffs = unittest.util._count_diff_all_purpose([[]], [])