HomeSort by relevance Sort by last modified time
    Searched refs:_handle_long_word (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): member in class:TextWrapper
211 """_handle_long_word(chunks : [string],
300 self._handle_long_word(chunks, cur_line, cur_len, width)
  /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): member in class:TextWrapper
211 """_handle_long_word(chunks : [string],
300 self._handle_long_word(chunks, cur_line, cur_len, width)

Completed in 28 milliseconds