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

/macosx-10.9.5/pyobjc-42/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.9.5/pyobjc-42/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)

Completed in 197 milliseconds