Searched refs:charPtrArg_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.py13621 r = o.charPtrArg_andNSRectArg_("hello", ((1, 2), (3, 4)))
13624 r = o.charPtrArg_andNSRectArg_("hello", ((7, 8), (9, 10)))
13627 r = o.charPtrArg_andNSRectArg_("world", ((1, 2), (3, 4)))
13630 r = o.charPtrArg_andNSRectArg_("world", ((7, 8), (9, 10)))
13633 r = o.charPtrArg_andNSRectArg_("foobar", ((1, 2), (3, 4)))
13636 r = o.charPtrArg_andNSRectArg_("foobar", ((7, 8), (9, 10)))
20471 def charPtrArg_andNSRectArg_(self, arg1, arg2): member in class:Python_TestClass
20474 charPtrArg_andNSRectArg_ = objc.selector(charPtrArg_andNSRectArg_, signature="@@:*" + NSRect_tp) variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py13621 r = o.charPtrArg_andNSRectArg_(b"hello", ((1, 2), (3, 4)))
13624 r = o.charPtrArg_andNSRectArg_(b"hello", ((7, 8), (9, 10)))
13627 r = o.charPtrArg_andNSRectArg_(b"world", ((1, 2), (3, 4)))
13630 r = o.charPtrArg_andNSRectArg_(b"world", ((7, 8), (9, 10)))
13633 r = o.charPtrArg_andNSRectArg_(b"foobar", ((1, 2), (3, 4)))
13636 r = o.charPtrArg_andNSRectArg_(b"foobar", ((7, 8), (9, 10)))
20471 def charPtrArg_andNSRectArg_(self, arg1, arg2): member in class:Python_TestClass
20474 charPtrArg_andNSRectArg_ = objc.selector(charPtrArg_andNSRectArg_, signature=b"@@:*" + 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.py13624 r = o.charPtrArg_andNSRectArg_(b"hello", ((1, 2), (3, 4)))
13627 r = o.charPtrArg_andNSRectArg_(b"hello", ((7, 8), (9, 10)))
13630 r = o.charPtrArg_andNSRectArg_(b"world", ((1, 2), (3, 4)))
13633 r = o.charPtrArg_andNSRectArg_(b"world", ((7, 8), (9, 10)))
13636 r = o.charPtrArg_andNSRectArg_(b"foobar", ((1, 2), (3, 4)))
13639 r = o.charPtrArg_andNSRectArg_(b"foobar", ((7, 8), (9, 10)))
20474 def charPtrArg_andNSRectArg_(self, arg1, arg2): member in class:Python_TestClass
20477 charPtrArg_andNSRectArg_ = objc.selector(charPtrArg_andNSRectArg_, signature=b"@@:*" + NSRect_tp) variable in class:Python_TestClass
[all...]

Completed in 264 milliseconds