Searched refs:doubleArg_andNSRectArg_ (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py12539 r = o.doubleArg_andNSRectArg_(0.128, ((1, 2), (3, 4)))
12542 r = o.doubleArg_andNSRectArg_(0.128, ((7, 8), (9, 10)))
12545 r = o.doubleArg_andNSRectArg_(1.0, ((1, 2), (3, 4)))
12548 r = o.doubleArg_andNSRectArg_(1.0, ((7, 8), (9, 10)))
12551 r = o.doubleArg_andNSRectArg_(42.0, ((1, 2), (3, 4)))
12554 r = o.doubleArg_andNSRectArg_(42.0, ((7, 8), (9, 10)))
12557 r = o.doubleArg_andNSRectArg_(1e10, ((1, 2), (3, 4)))
12560 r = o.doubleArg_andNSRectArg_(1e10, ((7, 8), (9, 10)))
20222 def doubleArg_andNSRectArg_(self, arg1, arg2): member in class:Python_TestClass
20224 doubleArg_andNSRectArg_ variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py12539 r = o.doubleArg_andNSRectArg_(0.128, ((1, 2), (3, 4)))
12542 r = o.doubleArg_andNSRectArg_(0.128, ((7, 8), (9, 10)))
12545 r = o.doubleArg_andNSRectArg_(1.0, ((1, 2), (3, 4)))
12548 r = o.doubleArg_andNSRectArg_(1.0, ((7, 8), (9, 10)))
12551 r = o.doubleArg_andNSRectArg_(42.0, ((1, 2), (3, 4)))
12554 r = o.doubleArg_andNSRectArg_(42.0, ((7, 8), (9, 10)))
12557 r = o.doubleArg_andNSRectArg_(1e10, ((1, 2), (3, 4)))
12560 r = o.doubleArg_andNSRectArg_(1e10, ((7, 8), (9, 10)))
20222 def doubleArg_andNSRectArg_(self, arg1, arg2): member in class:Python_TestClass
20224 doubleArg_andNSRectArg_ variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_methods2.py12542 r = o.doubleArg_andNSRectArg_(0.128, ((1, 2), (3, 4)))
12545 r = o.doubleArg_andNSRectArg_(0.128, ((7, 8), (9, 10)))
12548 r = o.doubleArg_andNSRectArg_(1.0, ((1, 2), (3, 4)))
12551 r = o.doubleArg_andNSRectArg_(1.0, ((7, 8), (9, 10)))
12554 r = o.doubleArg_andNSRectArg_(42.0, ((1, 2), (3, 4)))
12557 r = o.doubleArg_andNSRectArg_(42.0, ((7, 8), (9, 10)))
12560 r = o.doubleArg_andNSRectArg_(1e10, ((1, 2), (3, 4)))
12563 r = o.doubleArg_andNSRectArg_(1e10, ((7, 8), (9, 10)))
20225 def doubleArg_andNSRectArg_(self, arg1, arg2): member in class:Python_TestClass
20227 doubleArg_andNSRectArg_ variable in class:Python_TestClass
[all...]

Completed in 603 milliseconds