This is the complete list of members for grepros.common.TextWrapper, including all inherited members.
| __init__(self, width=80, subsequent_indent=" ", break_long_words=True, drop_whitespace=False, max_lines=None, placeholder=" ...", custom_widths=None) | grepros.common.TextWrapper | |
| _handle_long_word(self, reversed_chunks, cur_line, cur_len, width) | grepros.common.TextWrapper | private |
| _wrap_chunks(self, chunks) | grepros.common.TextWrapper | private |
| break_long_words | grepros.common.TextWrapper | |
| custom_lens | grepros.common.TextWrapper | |
| custom_rgx | grepros.common.TextWrapper | |
| customs | grepros.common.TextWrapper | |
| disabled | grepros.common.TextWrapper | |
| drop_whitespace | grepros.common.TextWrapper | |
| lencache | grepros.common.TextWrapper | |
| LENCACHEMAX | grepros.common.TextWrapper | static |
| max_lines | grepros.common.TextWrapper | |
| minwidth | grepros.common.TextWrapper | |
| placeholder | grepros.common.TextWrapper | |
| realwidth | grepros.common.TextWrapper | |
| reserve_width(self, reserved="") | grepros.common.TextWrapper | |
| SPACE_RGX | grepros.common.TextWrapper | static |
| strip(self, v) | grepros.common.TextWrapper | |
| strlen(self, v) | grepros.common.TextWrapper | |
| subsequent_indent | grepros.common.TextWrapper | |
| width | grepros.common.TextWrapper | |
| wrap(self, text) | grepros.common.TextWrapper | |