Home
last modified time | relevance | path

Searched refs:wordsep_re (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/git-cola/git-cola-3.10.1/cola/
H A Dtextwrap.py42 wordsep_re = re.compile( variable in TextWrapper
65 self.wordsep_re_uni = re.compile(self.wordsep_re.pattern, re.U)
90 pat = self.wordsep_re
/dports/graphics/py-pivy/pivy-0.6.6/scons/scons-local-1.2.0.d20090919/SCons/compat/
H A D_scons_textwrap.py86 wordsep_re = re.compile(r'(\s+|' # any whitespace
93 wordsep_re = re.compile(r'(\s+|' # any whitespace variable in TextWrapper
152 chunks = self.wordsep_re.split(text)
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dtextwrap.py95 wordsep_re = re.compile( variable in TextWrapper
138 self.wordsep_re_uni = re.compile(self.wordsep_re.pattern, re.U)
185 pat = self.wordsep_re
/dports/lang/python27/Python-2.7.18/Lib/
H A Dtextwrap.py95 wordsep_re = re.compile( variable in TextWrapper
138 self.wordsep_re_uni = re.compile(self.wordsep_re.pattern, re.U)
185 pat = self.wordsep_re
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dtextwrap.py95 wordsep_re = re.compile( variable in TextWrapper
138 self.wordsep_re_uni = re.compile(self.wordsep_re.pattern, re.U)
185 pat = self.wordsep_re
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dtextwrap.py87 wordsep_re = re.compile( variable in TextWrapper
130 self.wordsep_re_uni = re.compile(self.wordsep_re.pattern, re.U)
177 pat = self.wordsep_re
/dports/textproc/xml2rfc/xml2rfc-3.5.0/xml2rfc/
H A Dutils.py39 self.wordsep_re = re.compile(
48 self.wordsep_re_uni = re.compile(self.wordsep_re.pattern, re.U)
191 self.wordsep_re = re.compile(
201 self.wordsep_re = re.compile(
210 self.wordsep_re_uni = re.compile(self.wordsep_re.pattern, re.U)
/dports/devel/py-testoob/testoob-1.15/src/testoob/compatibility/
H A Dtextwrap.py82 wordsep_re = re.compile(r'(\s+|' # any whitespace variable in TextWrapper
142 chunks = self.wordsep_re.split(text)
/dports/devel/py-optik/optik-1.5.3/lib/
H A Dtextwrap.py82 wordsep_re = re.compile( variable in TextWrapper
143 chunks = self.wordsep_re.split(text)
/dports/devel/py-mypy/mypy-0.910/test-data/stdlib-samples/3.2/
H A Dtextwrap.py77 wordsep_re = re.compile( variable in TextWrapper
150 chunks = self.wordsep_re.split(text)
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/babel/babel/
H A Dutil.pyi22 wordsep_re: Any
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dtextwrap.py81 wordsep_re = re.compile(r''' variable in TextWrapper
176 chunks = self.wordsep_re.split(text)
/dports/lang/python37/Python-3.7.12/Lib/
H A Dtextwrap.py81 wordsep_re = re.compile(r''' variable in TextWrapper
176 chunks = self.wordsep_re.split(text)
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dtextwrap.py81 wordsep_re = re.compile(r''' variable in TextWrapper
176 chunks = self.wordsep_re.split(text)
/dports/lang/python38/Python-3.8.12/Lib/
H A Dtextwrap.py81 wordsep_re = re.compile(r''' variable in TextWrapper
176 chunks = self.wordsep_re.split(text)
/dports/lang/python39/Python-3.9.9/Lib/
H A Dtextwrap.py81 wordsep_re = re.compile(r''' variable in TextWrapper
176 chunks = self.wordsep_re.split(text)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dtextwrap.py81 wordsep_re = re.compile(r''' variable in TextWrapper
176 chunks = self.wordsep_re.split(text)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dtextwrap.py81 wordsep_re = re.compile(r''' variable in TextWrapper
176 chunks = self.wordsep_re.split(text)
/dports/lang/python310/Python-3.10.1/Lib/
H A Dtextwrap.py81 wordsep_re = re.compile(r''' variable in TextWrapper
176 chunks = self.wordsep_re.split(text)
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dtextwrap.py81 wordsep_re = re.compile(r''' variable in TextWrapper
176 chunks = self.wordsep_re.split(text)
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/buildtools/backports/
H A Dtextwrap3.py110 wordsep_re = re.compile(r''' variable in TextWrapper
224 chunks = self.wordsep_re.split(text)
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/2/
H A Dtextwrap.pyi16 wordsep_re: Pattern[str] = ...
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/@python2/
H A Dtextwrap.pyi16 wordsep_re: Pattern[str] = ...
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/2/
H A Dtextwrap.pyi16 wordsep_re: Pattern[str] = ...
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/@python2/
H A Dtextwrap.pyi16 wordsep_re: Pattern[str] = ...

12