Lines Matching +full:detect +full:- +full:newline
1 :mod:`textwrap` --- Text wrapping and filling
12 --------------
84 This can be used to make triple-quoted strings line up with the left edge of the
92 single newline character in the output.
123 and whitespace-only lines::
157 You can re-use the same :class:`TextWrapper` object many times, and you can
193 as follows: tab, newline, vertical tab, formfeed, and carriage
215 if non-whitespace follows it. If whitespace being dropped takes up an
235 (default: ``False``) If true, :class:`TextWrapper` attempts to detect
242 unable to detect the difference between "Dr." in ::
255 English-language texts.
296 module-level convenience functions: