Home
last modified time | relevance | path

Searched refs:reversed_chunks (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): argument
228 cur_line.append(reversed_chunks[-1][:space_left])
229 reversed_chunks[-1] = reversed_chunks[-1][space_left:]
235 cur_line.append(reversed_chunks.pop())
/external/python/cpython3/Lib/
Dtextwrap.py200 def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): argument
218 cur_line.append(reversed_chunks[-1][:space_left])
219 reversed_chunks[-1] = reversed_chunks[-1][space_left:]
225 cur_line.append(reversed_chunks.pop())