Home | History | Annotate | Download | only in test

Lines Matching full:isspace

347         self.checkequalnofix(True, u'\u2000', 'isspace')
348 self.checkequalnofix(True, u'\u200a', 'isspace')
349 self.checkequalnofix(False, u'\u2014', 'isspace')
356 self.assertFalse(ch.isspace(), '{!r} is not space.'.format(ch))
455 for meth_name in ('isalpha', 'isalnum', 'isdigit', 'isspace',