Home
last modified time | relevance | path

Searched refs:BadSeq1 (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_string.py51 self.checkraises(TypeError, string_tests.BadSeq1(), 'join', ' ')
Dstring_tests.py14 class BadSeq1(Sequence): class
1108 self.checkraises(TypeError, ' ', 'join', BadSeq1())
/external/python/cpython3/Lib/test/
Dstring_tests.py14 class BadSeq1(Sequence): class