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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
textwrap.py 95 wordsep_re = re.compile( variable in class:TextWrapper
137 # the TextWrapper class' wordsep_re attribute.
138 self.wordsep_re_uni = re.compile(self.wordsep_re.pattern, re.U)
185 pat = self.wordsep_re
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
textwrap.py 95 wordsep_re = re.compile( variable in class:TextWrapper
137 # the TextWrapper class' wordsep_re attribute.
138 self.wordsep_re_uni = re.compile(self.wordsep_re.pattern, re.U)
185 pat = self.wordsep_re

Completed in 524 milliseconds