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

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods.py469 s = self.obj.idArg_(u"hello")
483 s = self.obj.idArg_(o)
H A Dtest_methods2.py820 r = o.idArg_(NSPriorDayDesignations)
18583 def idArg_(self, arg): member in class:Python_TestClass
18585 idArg_ = objc.selector(idArg_, signature="@@:@") variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods.py469 s = self.obj.idArg_(u"hello")
483 s = self.obj.idArg_(o)
H A Dtest_methods2.py820 r = o.idArg_(NSPriorDayDesignations)
18583 def idArg_(self, arg): member in class:Python_TestClass
18585 idArg_ = objc.selector(idArg_, signature=b"@@:@") variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_methods.py475 s = self.obj.idArg_("hello")
489 s = self.obj.idArg_(o)
H A Dtest_methods2.py823 r = o.idArg_(NSPriorDayDesignations)
18586 def idArg_(self, arg): member in class:Python_TestClass
18588 idArg_ = objc.selector(idArg_, signature=b"@@:@") variable in class:Python_TestClass
[all...]

Completed in 520 milliseconds