Searched refs:BadSeq1 (Results 1 - 4 of 4) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_string.py52 self.checkraises(TypeError, string_tests.BadSeq1(), 'join', ' ')
H A Dstring_tests.py15 class BadSeq1(Sequence): class in inherits:Sequence
1057 self.checkraises(TypeError, ' ', 'join', BadSeq1())
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_string.py52 self.checkraises(TypeError, string_tests.BadSeq1(), 'join', ' ')
H A Dstring_tests.py15 class BadSeq1(Sequence): class in inherits:Sequence
1057 self.checkraises(TypeError, ' ', 'join', BadSeq1())

Completed in 41 milliseconds