Searched refs:charArg_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.py2538 r = o.charArg_andNSRectArg_(-128, ((1, 2), (3, 4)))
2541 r = o.charArg_andNSRectArg_(-128, ((7, 8), (9, 10)))
2544 r = o.charArg_andNSRectArg_(0, ((1, 2), (3, 4)))
2547 r = o.charArg_andNSRectArg_(0, ((7, 8), (9, 10)))
2550 r = o.charArg_andNSRectArg_(127, ((1, 2), (3, 4)))
2553 r = o.charArg_andNSRectArg_(127, ((7, 8), (9, 10)))
18946 def charArg_andNSRectArg_(self, arg1, arg2): member in class:Python_TestClass
18948 charArg_andNSRectArg_ = objc.selector(charArg_andNSRectArg_, signature="@@:c" + NSRect_tp) variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py2538 r = o.charArg_andNSRectArg_(-128, ((1, 2), (3, 4)))
2541 r = o.charArg_andNSRectArg_(-128, ((7, 8), (9, 10)))
2544 r = o.charArg_andNSRectArg_(0, ((1, 2), (3, 4)))
2547 r = o.charArg_andNSRectArg_(0, ((7, 8), (9, 10)))
2550 r = o.charArg_andNSRectArg_(127, ((1, 2), (3, 4)))
2553 r = o.charArg_andNSRectArg_(127, ((7, 8), (9, 10)))
18946 def charArg_andNSRectArg_(self, arg1, arg2): member in class:Python_TestClass
18948 charArg_andNSRectArg_ = objc.selector(charArg_andNSRectArg_, signature=b"@@:c" + NSRect_tp) variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_methods2.py2541 r = o.charArg_andNSRectArg_(-128, ((1, 2), (3, 4)))
2544 r = o.charArg_andNSRectArg_(-128, ((7, 8), (9, 10)))
2547 r = o.charArg_andNSRectArg_(0, ((1, 2), (3, 4)))
2550 r = o.charArg_andNSRectArg_(0, ((7, 8), (9, 10)))
2553 r = o.charArg_andNSRectArg_(127, ((1, 2), (3, 4)))
2556 r = o.charArg_andNSRectArg_(127, ((7, 8), (9, 10)))
18949 def charArg_andNSRectArg_(self, arg1, arg2): member in class:Python_TestClass
18951 charArg_andNSRectArg_ = objc.selector(charArg_andNSRectArg_, signature=b"@@:c" + NSRect_tp) variable in class:Python_TestClass
[all...]

Completed in 336 milliseconds