Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dutil.py100 def _count_diff_all_purpose(actual, expected): function
Dcase.py14 _count_diff_all_purpose, _count_diff_hashable
885 differences = _count_diff_all_purpose(first_seq, second_seq)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dtest_case.py757 diffs = set(unittest.util._count_diff_all_purpose('aaabccd', 'abbbcce'))
761 diffs = unittest.util._count_diff_all_purpose([[]], [])