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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
textwrap.py 46 you'll probably have to override _wrap_chunks().
167 not quite the same as words; see _wrap_chunks() for full
239 # main loop of _wrap_chunks(), we'll wind up here again, but
243 def _wrap_chunks(self, chunks): member in class:TextWrapper
244 """_wrap_chunks(chunks : [string]) -> [string]
329 return self._wrap_chunks(chunks)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
textwrap.py 46 you'll probably have to override _wrap_chunks().
167 not quite the same as words; see _wrap_chunks() for full
239 # main loop of _wrap_chunks(), we'll wind up here again, but
243 def _wrap_chunks(self, chunks): member in class:TextWrapper
244 """_wrap_chunks(chunks : [string]) -> [string]
329 return self._wrap_chunks(chunks)

Completed in 24 milliseconds