Home
last modified time | relevance | path

Searched refs:_leading_whitespace_re (Results 1 – 15 of 15) sorted by relevance

/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dtextwrap.py372 _leading_whitespace_re = re.compile('(^[ \t]*)(?:[^ \t\n])', re.MULTILINE) variable
393 indents = _leading_whitespace_re.findall(text)
/dports/lang/python27/Python-2.7.18/Lib/
H A Dtextwrap.py372 _leading_whitespace_re = re.compile('(^[ \t]*)(?:[^ \t\n])', re.MULTILINE) variable
393 indents = _leading_whitespace_re.findall(text)
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dtextwrap.py372 _leading_whitespace_re = re.compile('(^[ \t]*)(?:[^ \t\n])', re.MULTILINE) variable
391 indents = _leading_whitespace_re.findall(text)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dtextwrap.py364 _leading_whitespace_re = re.compile('(^[ \t]*)(?:[^ \t\n])', re.MULTILINE) variable
383 indents = _leading_whitespace_re.findall(text)
/dports/devel/py-mypy/mypy-0.910/test-data/stdlib-samples/3.2/
H A Dtextwrap.py338 _leading_whitespace_re = re.compile('(^[ \t]*)(?:[^ \t\n])', re.MULTILINE) variable
357 indents = _leading_whitespace_re.findall(text)
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dtextwrap.py412 _leading_whitespace_re = re.compile('(^[ \t]*)(?:[^ \t\n])', re.MULTILINE) variable
431 indents = _leading_whitespace_re.findall(text)
/dports/lang/python37/Python-3.7.12/Lib/
H A Dtextwrap.py412 _leading_whitespace_re = re.compile('(^[ \t]*)(?:[^ \t\n])', re.MULTILINE) variable
431 indents = _leading_whitespace_re.findall(text)
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dtextwrap.py412 _leading_whitespace_re = re.compile('(^[ \t]*)(?:[^ \t\n])', re.MULTILINE) variable
431 indents = _leading_whitespace_re.findall(text)
/dports/lang/python38/Python-3.8.12/Lib/
H A Dtextwrap.py412 _leading_whitespace_re = re.compile('(^[ \t]*)(?:[^ \t\n])', re.MULTILINE) variable
431 indents = _leading_whitespace_re.findall(text)
/dports/lang/python39/Python-3.9.9/Lib/
H A Dtextwrap.py412 _leading_whitespace_re = re.compile('(^[ \t]*)(?:[^ \t\n])', re.MULTILINE) variable
431 indents = _leading_whitespace_re.findall(text)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dtextwrap.py412 _leading_whitespace_re = re.compile('(^[ \t]*)(?:[^ \t\n])', re.MULTILINE) variable
431 indents = _leading_whitespace_re.findall(text)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dtextwrap.py412 _leading_whitespace_re = re.compile('(^[ \t]*)(?:[^ \t\n])', re.MULTILINE) variable
431 indents = _leading_whitespace_re.findall(text)
/dports/lang/python310/Python-3.10.1/Lib/
H A Dtextwrap.py420 _leading_whitespace_re = re.compile('(^[ \t]*)(?:[^ \t\n])', re.MULTILINE) variable
439 indents = _leading_whitespace_re.findall(text)
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dtextwrap.py420 _leading_whitespace_re = re.compile('(^[ \t]*)(?:[^ \t\n])', re.MULTILINE) variable
439 indents = _leading_whitespace_re.findall(text)
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/buildtools/backports/
H A Dtextwrap3.py460 _leading_whitespace_re = re.compile('(^[ \t]*)(?:[^ \t\n])', re.MULTILINE) variable
480 indents = _leading_whitespace_re.findall(text)