Home
last modified time | relevance | path

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

12

/dports/devel/git-cola/git-cola-3.10.1/cola/
H A Dtextwrap.py52 wordsep_simple_re = re.compile(r'(\s+)') variable in TextWrapper
66 self.wordsep_simple_re_uni = re.compile(self.wordsep_simple_re.pattern, re.U)
92 pat = self.wordsep_simple_re
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A 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
/dports/lang/python27/Python-2.7.18/Lib/
H A 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
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A 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
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A 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
/dports/devel/py-mypy/mypy-0.910/test-data/stdlib-samples/3.2/
H A Dtextwrap.py86 wordsep_simple_re = re.compile(r'(\s+)') variable in TextWrapper
152 chunks = self.wordsep_simple_re.split(text)
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dtextwrap.py105 wordsep_simple_re = re.compile(r'(%s+)' % whitespace) variable in TextWrapper
178 chunks = self.wordsep_simple_re.split(text)
/dports/lang/python37/Python-3.7.12/Lib/
H A Dtextwrap.py105 wordsep_simple_re = re.compile(r'(%s+)' % whitespace) variable in TextWrapper
178 chunks = self.wordsep_simple_re.split(text)
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dtextwrap.py105 wordsep_simple_re = re.compile(r'(%s+)' % whitespace) variable in TextWrapper
178 chunks = self.wordsep_simple_re.split(text)
/dports/lang/python38/Python-3.8.12/Lib/
H A Dtextwrap.py105 wordsep_simple_re = re.compile(r'(%s+)' % whitespace) variable in TextWrapper
178 chunks = self.wordsep_simple_re.split(text)
/dports/lang/python39/Python-3.9.9/Lib/
H A Dtextwrap.py105 wordsep_simple_re = re.compile(r'(%s+)' % whitespace) variable in TextWrapper
178 chunks = self.wordsep_simple_re.split(text)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dtextwrap.py105 wordsep_simple_re = re.compile(r'(%s+)' % whitespace) variable in TextWrapper
178 chunks = self.wordsep_simple_re.split(text)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dtextwrap.py105 wordsep_simple_re = re.compile(r'(%s+)' % whitespace) variable in TextWrapper
178 chunks = self.wordsep_simple_re.split(text)
/dports/lang/python310/Python-3.10.1/Lib/
H A Dtextwrap.py105 wordsep_simple_re = re.compile(r'(%s+)' % whitespace) variable in TextWrapper
178 chunks = self.wordsep_simple_re.split(text)
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dtextwrap.py105 wordsep_simple_re = re.compile(r'(%s+)' % whitespace) variable in TextWrapper
178 chunks = self.wordsep_simple_re.split(text)
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/buildtools/backports/
H A Dtextwrap3.py151 wordsep_simple_re = re.compile(r'(%s+)' % whitespace) variable in TextWrapper
226 chunks = self.wordsep_simple_re.split(text)
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/2/
H A Dtextwrap.pyi17 wordsep_simple_re: Pattern[str] = ...
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/@python2/
H A Dtextwrap.pyi17 wordsep_simple_re: Pattern[str] = ...
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/2/
H A Dtextwrap.pyi17 wordsep_simple_re: Pattern[str] = ...
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/@python2/
H A Dtextwrap.pyi17 wordsep_simple_re: Pattern[str] = ...
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Dtextwrap.pyi20 wordsep_simple_re: Pattern[str] = ...
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/3/
H A Dtextwrap.pyi20 wordsep_simple_re: Pattern[str] = ...
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/3/
H A Dtextwrap.pyi20 wordsep_simple_re: Pattern[str] = ...
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/
H A Dtextwrap.pyi20 wordsep_simple_re: Pattern[str] = ...
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/dist/
H A Dapi_config.py156 w.wordsep_re = w.wordsep_simple_re = re.compile(r'(,)')

12