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

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nstextview.py11 def textView_writeCell_atIndex_toPasteboard_type_(self, tv, a, b, c, d): return 1 member in class:TestNSTextViewHelper
138 self.failUnlessResultIsBOOL(TestNSTextViewHelper.textView_writeCell_atIndex_toPasteboard_type_)
139 self.failUnlessArgHasType(TestNSTextViewHelper.textView_writeCell_atIndex_toPasteboard_type_, 2, objc._C_NSUInteger)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nstextview.py11 def textView_writeCell_atIndex_toPasteboard_type_(self, tv, a, b, c, d): return 1 member in class:TestNSTextViewHelper
140 self.assertResultIsBOOL(TestNSTextViewHelper.textView_writeCell_atIndex_toPasteboard_type_)
141 self.assertArgHasType(TestNSTextViewHelper.textView_writeCell_atIndex_toPasteboard_type_, 2, objc._C_NSUInteger)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nstextview.py17 def textView_writeCell_atIndex_toPasteboard_type_(self, tv, a, b, c, d): return 1 member in class:TestNSTextViewHelper
155 self.assertResultIsBOOL(TestNSTextViewHelper.textView_writeCell_atIndex_toPasteboard_type_)
156 self.assertArgHasType(TestNSTextViewHelper.textView_writeCell_atIndex_toPasteboard_type_, 2, objc._C_NSUInteger)

Completed in 171 milliseconds