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

/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_callbacks.py73 def selWithSEL_SEL_andObject_(self, s1, s2, o): member in class:OC_CallbackTest
105 self.assertRaises(ValueError, objc._makeClosure, function, OC_CallbackTest.selWithSEL_SEL_andObject_, -1)
138 self.assertRaises(ValueError, objc.callbackFor(OC_CallbackTest.selWithSEL_SEL_andObject_), function)
178 self.assertEqual(OC_CallbackTest.selWithSEL_SEL_andObject_.signature,
182 self.assertRaises(ValueError, objc.selectorFor, OC_CallbackTest.selWithSEL_SEL_andObject_, 4)
183 self.assertRaises(ValueError, objc.selectorFor, OC_CallbackTest.selWithSEL_SEL_andObject_, 8)
187 @objc.selectorFor(OC_CallbackTest.selWithSEL_SEL_andObject_)
195 @objc.selectorFor(OC_CallbackTest.selWithSEL_SEL_andObject_, 2)
201 @objc.selectorFor(OC_CallbackTest.selWithSEL_SEL_andObject_, 3)

Completed in 125 milliseconds