Searched refs:BadCmp (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_array_interface.py165 class BadCmp: class in function:MutableArrayTest.test_index
172 self.assertRaises(BadExc, a.index, BadCmp())
H A Dtest3_dict_interface.py149 class BadCmp(object): class in function:TestNSDictionaryInterface.testEq
155 d1 = {BadCmp(): 1}
156 d2 = {BadCmp(): 1}
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_array_interface.py177 class BadCmp: class in function:MutableArrayTest.test_index
184 self.assertRaises(BadExc, a.index, BadCmp())
H A Dtest3_dict_interface.py149 class BadCmp(object): class in function:TestNSDictionaryInterface.testEq
155 d1 = {BadCmp(): 1}
156 d2 = {BadCmp(): 1}

Completed in 69 milliseconds