Searched defs:check_split (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ | ||
D | test_textwrap.py | 40 def check_split(self, text, expect): member in BaseTestCase |
/external/python/cpython3/Lib/test/ | ||
D | test_textwrap.py | 39 def check_split(self, text, expect): member in BaseTestCase |