Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dcase.py728 def assertListEqual(self, list1, list2, msg=None): argument
738 self.assertSequenceEqual(list1, list2, msg, seq_type=list)