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

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

Completed in 191 milliseconds