Home
last modified time | relevance | path

Searched refs:_handle_long_word (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dtextwrap.py210 def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): member in TextWrapper
300 self._handle_long_word(chunks, cur_line, cur_len, width)
/external/python/cpython3/Lib/
Dtextwrap.py200 def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): member in TextWrapper
297 self._handle_long_word(chunks, cur_line, cur_len, width)