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

  /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)
  /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)
  /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)
  /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)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_textwrap.py 14 from textwrap import TextWrapper, wrap, fill, dedent
50 self.wrapper = TextWrapper(width=45)
87 wrapper = TextWrapper(45, fix_sentence_endings=True)
95 wrapper = TextWrapper(60, fix_sentence_endings=True)
393 self.wrapper = TextWrapper()
  /external/python/cpython2/Lib/test/
test_textwrap.py 14 from textwrap import TextWrapper, wrap, fill, dedent
50 self.wrapper = TextWrapper(width=45)
96 wrapper = TextWrapper(45, fix_sentence_endings=True)
104 wrapper = TextWrapper(60, fix_sentence_endings=True)
441 self.wrapper = TextWrapper()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_textwrap.py 14 from textwrap import TextWrapper, wrap, fill, dedent
50 self.wrapper = TextWrapper(width=45)
96 wrapper = TextWrapper(45, fix_sentence_endings=True)
104 wrapper = TextWrapper(60, fix_sentence_endings=True)
441 self.wrapper = TextWrapper()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_textwrap.py 14 from textwrap import TextWrapper, wrap, fill, dedent
50 self.wrapper = TextWrapper(width=45)
96 wrapper = TextWrapper(45, fix_sentence_endings=True)
104 wrapper = TextWrapper(60, fix_sentence_endings=True)
441 self.wrapper = TextWrapper()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_textwrap.py 14 from textwrap import TextWrapper, wrap, fill, dedent
50 self.wrapper = TextWrapper(width=45)
96 wrapper = TextWrapper(45, fix_sentence_endings=True)
104 wrapper = TextWrapper(60, fix_sentence_endings=True)
441 self.wrapper = TextWrapper()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_textwrap.py 14 from textwrap import TextWrapper, wrap, fill, dedent
50 self.wrapper = TextWrapper(width=45)
96 wrapper = TextWrapper(45, fix_sentence_endings=True)
104 wrapper = TextWrapper(60, fix_sentence_endings=True)
441 self.wrapper = TextWrapper()
  /external/python/cpython2/Lib/idlelib/idle_test/
test_calltips.py 74 if textwrap.TextWrapper.__doc__ is not None:
75 self.assertEqual(signature(textwrap.TextWrapper), '''\
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/autotest/cli/
topic_common.py 266 twrap = textwrap.TextWrapper(initial_indent=' ',
376 twrap = textwrap.TextWrapper(initial_indent=' ',
601 twrap = textwrap.TextWrapper(initial_indent='\t',
  /external/libmojo/base/android/jni_generator/
jni_generator.py     [all...]

Completed in 1134 milliseconds