HomeSort by relevance Sort by last modified time
    Searched refs:reversed_chunks (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
textwrap.py 210 def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width):
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())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
textwrap.py 210 def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width):
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())

Completed in 23 milliseconds