Lines Matching full:badstr
532 class badstr(str):535 self.assertRaises(ValueError, filter, lambda x: x >="3", badstr("1234"))557 self.assertRaises(ValueError, filter, lambda x: x >="3", badstr(unicode("1234")))