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

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py1409 r = o.boolArg_andstructTestStruct5Arg_(YES, (1, 2.5))
1412 r = o.boolArg_andstructTestStruct5Arg_(YES, (2, 4.5))
1415 r = o.boolArg_andstructTestStruct5Arg_(NO, (1, 2.5))
1418 r = o.boolArg_andstructTestStruct5Arg_(NO, (2, 4.5))
18739 def boolArg_andstructTestStruct5Arg_(self, arg1, arg2): function in function:Python_TestClass.structTestStruct5Arg_
18741 boolArg_andstructTestStruct5Arg_ = objc.selector(boolArg_andstructTestStruct5Arg_, signature="@@:B{_TestStruct5=cd}")
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py1409 r = o.boolArg_andstructTestStruct5Arg_(YES, (1, 2.5))
1412 r = o.boolArg_andstructTestStruct5Arg_(YES, (2, 4.5))
1415 r = o.boolArg_andstructTestStruct5Arg_(NO, (1, 2.5))
1418 r = o.boolArg_andstructTestStruct5Arg_(NO, (2, 4.5))
18739 def boolArg_andstructTestStruct5Arg_(self, arg1, arg2): member in class:Python_TestClass
18741 boolArg_andstructTestStruct5Arg_ = objc.selector(boolArg_andstructTestStruct5Arg_, signature=b"@@:B{_TestStruct5=cd}") variable in class:Python_TestClass
[all...]

Completed in 281 milliseconds