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

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py18248 r = o.structTestStruct2InOutArg_((9, 8, (-1, -2, -3, -4, -5)))
18251 r = o.structTestStruct2InOutArg_((1, 2, (1, 2, 3, 4, 5)))
21751 def structTestStruct2InOutArg_(self, arg): member in class:Python_TestClass
21756 structTestStruct2InOutArg_ = objc.selector(structTestStruct2InOutArg_, signature="@@:N^{_TestStruct2=id[5s]}") variable in class:Python_TestClass
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py18248 r = o.structTestStruct2InOutArg_((9, 8, (-1, -2, -3, -4, -5)))
18251 r = o.structTestStruct2InOutArg_((1, 2, (1, 2, 3, 4, 5)))
21751 def structTestStruct2InOutArg_(self, arg): member in class:Python_TestClass
21756 structTestStruct2InOutArg_ = objc.selector(structTestStruct2InOutArg_, signature=b"@@:N^{_TestStruct2=id[5s]}") variable in class:Python_TestClass
[all...]

Completed in 315 milliseconds