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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
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)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
textwrap.py 38 you'll probably have to override _wrap_chunks().
159 not quite the same as words; see _wrap_chunks() for full
231 # main loop of _wrap_chunks(), we'll wind up here again, but
235 def _wrap_chunks(self, chunks): member in class:TextWrapper
236 """_wrap_chunks(chunks : [string]) -> [string]
321 return self._wrap_chunks(chunks)
  /external/python/cpython2/Lib/
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)
  /external/python/cpython3/Lib/
textwrap.py 23 you'll probably have to override _wrap_chunks().
164 not quite the same as words; see _wrap_chunks() for full
229 # main loop of _wrap_chunks(), we'll wind up here again, but
233 def _wrap_chunks(self, chunks): member in class:TextWrapper
234 """_wrap_chunks(chunks : [string]) -> [string]
354 return self._wrap_chunks(chunks)
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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 344 milliseconds