OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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 142 milliseconds