Searched refs:wordsep_simple_re (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/ | ||
H A D | textwrap.py | 102 wordsep_simple_re = re.compile(r'(%s+)' % whitespace) variable in TextWrapper 175 chunks = self.wordsep_simple_re.split(text) |
Completed in 5 milliseconds