Searched refs:test_isspace (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Lib/test/ | ||
D | test_locale.py | 345 def test_isspace(self): member in TestStringMethods |
D | test_unicode.py | 348 def test_isspace(self): member in UnicodeTest |
D | string_tests.py | 865 def test_isspace(self): member in NonStringModuleTest |
D | test_bigmem.py | 217 def test_isspace(self, size): member in StrTest |
/external/python/cpython3/Lib/test/ | ||
D | string_tests.py | 880 def test_isspace(self): member in BaseTest |
D | test_unicode.py | 613 def test_isspace(self): member in UnicodeTest |
D | test_bigmem.py | 202 def test_isspace(self, size): member in BaseStrTest |