Searched defs:TextWrapper (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dtextwrap.py28 __all__ = ['TextWrapper', 'wrap', 'fill', 'dedent']
40 class TextWrapper: class in inherits:
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/
H A Dtextwrap.py28 __all__ = ['TextWrapper', 'wrap', 'fill', 'dedent']
40 class TextWrapper: class in inherits:
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/
H A Dtextwrap.py28 __all__ = ['TextWrapper', 'wrap', 'fill', 'dedent']
40 class TextWrapper: class in inherits:
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/
H A Dtextwrap.py28 __all__ = ['TextWrapper', 'wrap', 'fill', 'dedent']
40 class TextWrapper: class in inherits:
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/test/
H A Dtest_textwrap.py14 from textwrap import TextWrapper, wrap, fill, dedent namespace
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/
H A Dtest_textwrap.py14 from textwrap import TextWrapper, wrap, fill, dedent namespace
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/
H A Dtest_textwrap.py14 from textwrap import TextWrapper, wrap, fill, dedent namespace
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/
H A Dtest_textwrap.py14 from textwrap import TextWrapper, wrap, fill, dedent namespace
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()

Completed in 172 milliseconds