Home | History | Annotate | Download | only in test

Lines Matching defs:Sequence

10 class Sequence:
15 class BadSeq1(Sequence):
18 class BadSeq2(Sequence):
1034 # join now works with any sequence type
1042 self.checkequal('w x y z', ' ', 'join', Sequence())
1062 self.checkraises(TypeError, ' ', 'join', Sequence([7, 'hello', 123L]))