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

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py18092 r = o.unsignedshortInOutArg_(1<<14)
18095 r = o.unsignedshortInOutArg_(42)
18098 r = o.unsignedshortInOutArg_(0)
21509 def unsignedshortInOutArg_(self, arg): member in class:Python_TestClass
21514 unsignedshortInOutArg_ = objc.selector(unsignedshortInOutArg_, signature="@@:N^S") variable in class:Python_TestClass
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py18092 r = o.unsignedshortInOutArg_(1<<14)
18095 r = o.unsignedshortInOutArg_(42)
18098 r = o.unsignedshortInOutArg_(0)
21509 def unsignedshortInOutArg_(self, arg): member in class:Python_TestClass
21514 unsignedshortInOutArg_ = objc.selector(unsignedshortInOutArg_, signature=b"@@:N^S") variable in class:Python_TestClass
[all...]

Completed in 375 milliseconds