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

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py14686 r = o.NSRectArg_andNSPointArg_(((1, 2), (3, 4)), (1, 2))
14689 r = o.NSRectArg_andNSPointArg_(((1, 2), (3, 4)), (3, 4))
14692 r = o.NSRectArg_andNSPointArg_(((7, 8), (9, 10)), (1, 2))
14695 r = o.NSRectArg_andNSPointArg_(((7, 8), (9, 10)), (3, 4))
20704 def NSRectArg_andNSPointArg_(self, arg1, arg2): member in class:Python_TestClass
20706 NSRectArg_andNSPointArg_ = objc.selector(NSRectArg_andNSPointArg_, signature="@@:" + NSRect_tp + NSPoint_tp) variable in class:Python_TestClass
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py14686 r = o.NSRectArg_andNSPointArg_(((1, 2), (3, 4)), (1, 2))
14689 r = o.NSRectArg_andNSPointArg_(((1, 2), (3, 4)), (3, 4))
14692 r = o.NSRectArg_andNSPointArg_(((7, 8), (9, 10)), (1, 2))
14695 r = o.NSRectArg_andNSPointArg_(((7, 8), (9, 10)), (3, 4))
20704 def NSRectArg_andNSPointArg_(self, arg1, arg2): member in class:Python_TestClass
20706 NSRectArg_andNSPointArg_ = objc.selector(NSRectArg_andNSPointArg_, signature=b"@@:" + NSRect_tp + NSPoint_tp) variable in class:Python_TestClass
[all...]

Completed in 715 milliseconds