Home
last modified time | relevance | path

Searched refs:drop_whitespace (Results 1 – 25 of 116) sorted by relevance

12345

/dports/devel/py-blessed/blessed-1.19.0/tests/
H A Dtest_wrap.py15 drop_whitespace=False,
18 drop_whitespace=True,
21 drop_whitespace=False,
24 drop_whitespace=True,
27 drop_whitespace=False,
30 drop_whitespace=True,
33 drop_whitespace=False,
36 drop_whitespace=True,
43 drop_whitespace=True,
/dports/devel/git-cola/git-cola-3.10.1/cola/
H A Dtextwrap.py55 self, width=70, tabwidth=8, break_on_hyphens=False, drop_whitespace=True argument
60 self.drop_whitespace = drop_whitespace
127 if self.drop_whitespace and is_blank(chunks[-1]) and lines:
152 and self.drop_whitespace
159 if self.drop_whitespace and cur_line and is_blank(cur_line[-1]):
258 drop_whitespace=True,
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/2/
H A Dtextwrap.pyi10 drop_whitespace: bool = ...
32 drop_whitespace: bool = ...,
47 drop_whitespace: bool = ...,
58 drop_whitespace: bool = ...,
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/@python2/
H A Dtextwrap.pyi10 drop_whitespace: bool = ...
31 drop_whitespace: bool = ...,
46 drop_whitespace: bool = ...,
58 drop_whitespace: bool = ...,
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/2/
H A Dtextwrap.pyi10 drop_whitespace: bool = ...
32 drop_whitespace: bool = ...,
47 drop_whitespace: bool = ...,
58 drop_whitespace: bool = ...,
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/@python2/
H A Dtextwrap.pyi10 drop_whitespace: bool = ...
31 drop_whitespace: bool = ...,
46 drop_whitespace: bool = ...,
58 drop_whitespace: bool = ...,
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Dtextwrap.pyi10 drop_whitespace: bool = ...
34 drop_whitespace: bool = ...,
63 drop_whitespace: bool = ...,
79 drop_whitespace: bool = ...,
95 drop_whitespace: bool = ...,
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/3/
H A Dtextwrap.pyi10 drop_whitespace: bool = ...
35 drop_whitespace: bool = ...,
67 drop_whitespace: bool = ...,
85 drop_whitespace: bool = ...,
103 drop_whitespace: bool = ...,
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/3/
H A Dtextwrap.pyi10 drop_whitespace: bool = ...
35 drop_whitespace: bool = ...,
67 drop_whitespace: bool = ...,
85 drop_whitespace: bool = ...,
103 drop_whitespace: bool = ...,
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/
H A Dtextwrap.pyi10 drop_whitespace: bool = ...
34 drop_whitespace: bool = ...,
63 drop_whitespace: bool = ...,
79 drop_whitespace: bool = ...,
95 drop_whitespace: bool = ...,
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dtextwrap.py123 drop_whitespace=True, argument
136 self.drop_whitespace = drop_whitespace
279 if self.drop_whitespace and chunks[-1].strip() == '' and lines:
301 if self.drop_whitespace and cur_line and cur_line[-1].strip() == '':
309 self.drop_whitespace and
/dports/lang/python37/Python-3.7.12/Lib/
H A Dtextwrap.py123 drop_whitespace=True, argument
136 self.drop_whitespace = drop_whitespace
279 if self.drop_whitespace and chunks[-1].strip() == '' and lines:
301 if self.drop_whitespace and cur_line and cur_line[-1].strip() == '':
309 self.drop_whitespace and
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dtextwrap.py123 drop_whitespace=True, argument
136 self.drop_whitespace = drop_whitespace
279 if self.drop_whitespace and chunks[-1].strip() == '' and lines:
301 if self.drop_whitespace and cur_line and cur_line[-1].strip() == '':
309 self.drop_whitespace and
/dports/lang/python38/Python-3.8.12/Lib/
H A Dtextwrap.py123 drop_whitespace=True, argument
136 self.drop_whitespace = drop_whitespace
279 if self.drop_whitespace and chunks[-1].strip() == '' and lines:
301 if self.drop_whitespace and cur_line and cur_line[-1].strip() == '':
309 self.drop_whitespace and
/dports/lang/python39/Python-3.9.9/Lib/
H A Dtextwrap.py123 drop_whitespace=True, argument
136 self.drop_whitespace = drop_whitespace
279 if self.drop_whitespace and chunks[-1].strip() == '' and lines:
301 if self.drop_whitespace and cur_line and cur_line[-1].strip() == '':
309 self.drop_whitespace and
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dtextwrap.py123 drop_whitespace=True, argument
136 self.drop_whitespace = drop_whitespace
279 if self.drop_whitespace and chunks[-1].strip() == '' and lines:
301 if self.drop_whitespace and cur_line and cur_line[-1].strip() == '':
309 self.drop_whitespace and
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dtextwrap.py123 drop_whitespace=True, argument
136 self.drop_whitespace = drop_whitespace
279 if self.drop_whitespace and chunks[-1].strip() == '' and lines:
301 if self.drop_whitespace and cur_line and cur_line[-1].strip() == '':
309 self.drop_whitespace and
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dtextwrap.py123 drop_whitespace=True, argument
132 self.drop_whitespace = drop_whitespace
282 if self.drop_whitespace and chunks[-1].strip() == '' and lines:
303 if self.drop_whitespace and cur_line and cur_line[-1].strip() == '':
/dports/lang/python27/Python-2.7.18/Lib/
H A Dtextwrap.py123 drop_whitespace=True, argument
132 self.drop_whitespace = drop_whitespace
282 if self.drop_whitespace and chunks[-1].strip() == '' and lines:
303 if self.drop_whitespace and cur_line and cur_line[-1].strip() == '':
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dtextwrap.py123 drop_whitespace=True, argument
132 self.drop_whitespace = drop_whitespace
282 if self.drop_whitespace and chunks[-1].strip() == '' and lines:
303 if self.drop_whitespace and cur_line and cur_line[-1].strip() == '':
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dtextwrap.py115 drop_whitespace=True, argument
124 self.drop_whitespace = drop_whitespace
274 if self.drop_whitespace and chunks[-1].strip() == '' and lines:
295 if self.drop_whitespace and cur_line and cur_line[-1].strip() == '':
/dports/devel/py-mypy/mypy-0.910/test-data/stdlib-samples/3.2/
H A Dtextwrap.py104 drop_whitespace: bool = True,
113 self.drop_whitespace = drop_whitespace
248 if self.drop_whitespace and chunks[-1].strip() == '' and lines:
269 if self.drop_whitespace and cur_line and cur_line[-1].strip() == '':
/dports/lang/python310/Python-3.10.1/Lib/
H A Dtextwrap.py123 drop_whitespace=True, argument
136 self.drop_whitespace = drop_whitespace
287 if self.drop_whitespace and chunks[-1].strip() == '' and lines:
309 if self.drop_whitespace and cur_line and cur_line[-1].strip() == '':
317 self.drop_whitespace and
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dtextwrap.py123 drop_whitespace=True, argument
136 self.drop_whitespace = drop_whitespace
287 if self.drop_whitespace and chunks[-1].strip() == '' and lines:
309 if self.drop_whitespace and cur_line and cur_line[-1].strip() == '':
317 self.drop_whitespace and
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/buildtools/backports/
H A Dtextwrap3.py169 drop_whitespace=True, argument
181 self.drop_whitespace = drop_whitespace
327 if self.drop_whitespace and chunks[-1].strip() == '' and lines:
349 if self.drop_whitespace and cur_line and cur_line[-1].strip() == '':
357 self.drop_whitespace and

12345