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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
textwrap.py 87 wordsep_re = re.compile( variable in class:TextWrapper
129 # the TextWrapper class' wordsep_re attribute.
130 self.wordsep_re_uni = re.compile(self.wordsep_re.pattern, re.U)
177 pat = self.wordsep_re
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
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
  /external/python/cpython2/Lib/
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/gdb/darwin-x86/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/gdb/linux-x86/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/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 158 milliseconds