Searched refs:_handle_long_word (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ |
D | textwrap.py | 210 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/ |
D | textwrap.py | 200 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)
|