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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_textwrap.py 96 wrapper = TextWrapper(45, fix_sentence_endings=True)
104 wrapper = TextWrapper(60, fix_sentence_endings=True)
106 # SF #847346: ensure that fix_sentence_endings=True does the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_textwrap.py 96 wrapper = TextWrapper(45, fix_sentence_endings=True)
104 wrapper = TextWrapper(60, fix_sentence_endings=True)
106 # SF #847346: ensure that fix_sentence_endings=True does the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
textwrap.py 67 fix_sentence_endings (default: false)
121 fix_sentence_endings=False,
130 self.fix_sentence_endings = fix_sentence_endings
327 if self.fix_sentence_endings:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
textwrap.py 67 fix_sentence_endings (default: false)
121 fix_sentence_endings=False,
130 self.fix_sentence_endings = fix_sentence_endings
327 if self.fix_sentence_endings:

Completed in 167 milliseconds