class documentation

class TextWrapper(textwrap.TextWrapper):

View In Hierarchy

Undocumented

Method ​_handle​_long​_word Undocumented
Method extra​_indent Undocumented
Method indent​_only Undocumented
Instance Variable initial​_indent Undocumented
Instance Variable subsequent​_indent Undocumented
def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width):

Undocumented

Parameters
reversed​_chunks:t.List[str]Undocumented
cur​_line:t.List[str]Undocumented
cur​_len:intUndocumented
width:intUndocumented
@contextmanager
def extra_indent(self, indent):

Undocumented

Parameters
indent:strUndocumented
Returns
t.Iterator[None]Undocumented
def indent_only(self, text):

Undocumented

Parameters
text:strUndocumented
Returns
strUndocumented
initial_indent =

Undocumented

subsequent_indent =

Undocumented