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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
textwrap.py 28 __all__ = ['TextWrapper', 'wrap', 'fill', 'dedent']
40 class TextWrapper:
137 # the TextWrapper class' wordsep_re attribute.
350 space. See TextWrapper class for available keyword args to customize
353 w = TextWrapper(width=width, **kwargs)
362 whitespace characters converted to space. See TextWrapper class for
365 w = TextWrapper(width=width, **kwargs)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
textwrap.py 20 __all__ = ['TextWrapper', 'wrap', 'fill', 'dedent']
32 class TextWrapper:
129 # the TextWrapper class' wordsep_re attribute.
342 space. See TextWrapper class for available keyword args to customize
345 w = TextWrapper(width=width, **kwargs)
354 whitespace characters converted to space. See TextWrapper class for
357 w = TextWrapper(width=width, **kwargs)
  /external/python/cpython2/Lib/idlelib/idle_test/
test_idlehistory.py 55 class TextWrapper:
74 self.text = text = TextWrapper(self.root)
test_formatparagraph.py 230 class TextWrapper:
240 self.text = TextWrapper(root)
  /external/python/cpython2/Lib/
textwrap.py 28 __all__ = ['TextWrapper', 'wrap', 'fill', 'dedent']
40 class TextWrapper:
137 # the TextWrapper class' wordsep_re attribute.
350 space. See TextWrapper class for available keyword args to customize
353 w = TextWrapper(width=width, **kwargs)
362 whitespace characters converted to space. See TextWrapper class for
365 w = TextWrapper(width=width, **kwargs)
  /external/python/cpython3/Lib/idlelib/idle_test/
test_history.py 55 class TextWrapper:
74 self.text = text = TextWrapper(self.root)
test_paragraph.py 230 class TextWrapper:
240 self.text = TextWrapper(root)
  /external/python/cpython3/Lib/
textwrap.py 10 __all__ = ['TextWrapper', 'wrap', 'fill', 'dedent', 'indent', 'shorten']
17 class TextWrapper:
375 space. See TextWrapper class for available keyword args to customize
378 w = TextWrapper(width=width, **kwargs)
387 whitespace characters converted to space. See TextWrapper class for
390 w = TextWrapper(width=width, **kwargs)
405 w = TextWrapper(width=width, max_lines=1, **kwargs)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
textwrap.py 28 __all__ = ['TextWrapper', 'wrap', 'fill', 'dedent']
40 class TextWrapper:
137 # the TextWrapper class' wordsep_re attribute.
350 space. See TextWrapper class for available keyword args to customize
353 w = TextWrapper(width=width, **kwargs)
362 whitespace characters converted to space. See TextWrapper class for
365 w = TextWrapper(width=width, **kwargs)
  /prebuilts/gdb/linux-x86/lib/python2.7/
textwrap.py 28 __all__ = ['TextWrapper', 'wrap', 'fill', 'dedent']
40 class TextWrapper:
137 # the TextWrapper class' wordsep_re attribute.
350 space. See TextWrapper class for available keyword args to customize
353 w = TextWrapper(width=width, **kwargs)
362 whitespace characters converted to space. See TextWrapper class for
365 w = TextWrapper(width=width, **kwargs)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
textwrap.py 28 __all__ = ['TextWrapper', 'wrap', 'fill', 'dedent']
40 class TextWrapper:
137 # the TextWrapper class' wordsep_re attribute.
350 space. See TextWrapper class for available keyword args to customize
353 w = TextWrapper(width=width, **kwargs)
362 whitespace characters converted to space. See TextWrapper class for
365 w = TextWrapper(width=width, **kwargs)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
textwrap.py 28 __all__ = ['TextWrapper', 'wrap', 'fill', 'dedent']
40 class TextWrapper:
137 # the TextWrapper class' wordsep_re attribute.
350 space. See TextWrapper class for available keyword args to customize
353 w = TextWrapper(width=width, **kwargs)
362 whitespace characters converted to space. See TextWrapper class for
365 w = TextWrapper(width=width, **kwargs)

Completed in 234 milliseconds