Home
last modified time | relevance | path

Searched refs:wordsep_simple_re (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtextwrap.py96 wordsep_simple_re = re.compile(r'(\s+)') variable in TextWrapper
132 self.wordsep_simple_re.pattern, re.U)
179 pat = self.wordsep_simple_re
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dtextwrap.py104 wordsep_simple_re = re.compile(r'(\s+)') variable in TextWrapper
140 self.wordsep_simple_re.pattern, re.U)
187 pat = self.wordsep_simple_re