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

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py679 r = o.signedshortArg_(-(1<<14))
681 r = o.signedshortArg_(-42)
683 r = o.signedshortArg_(0)
685 r = o.signedshortArg_(42)
687 r = o.signedshortArg_(1 << 14)
18528 def signedshortArg_(self, arg): member in class:Python_TestClass
18530 signedshortArg_ = objc.selector(signedshortArg_, signature="@@:s") variable in class:Python_TestClass
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py679 r = o.signedshortArg_(-(1<<14))
681 r = o.signedshortArg_(-42)
683 r = o.signedshortArg_(0)
685 r = o.signedshortArg_(42)
687 r = o.signedshortArg_(1 << 14)
18528 def signedshortArg_(self, arg): member in class:Python_TestClass
18530 signedshortArg_ = objc.selector(signedshortArg_, signature=b"@@:s") variable in class:Python_TestClass
[all...]

Completed in 563 milliseconds