Home | History | Annotate | Download | only in python2.7

Lines Matching refs:text_width

321             text_width = self._width - self._current_indent
322 if len(prefix) + len(usage) > text_width:
342 if line_len + 1 + len(part) > text_width:
355 if len(prefix) + len(prog) <= 0.75 * text_width:
481 text_width = self._width - self._current_indent
483 return self._fill_text(text, text_width, indent) + '\n\n'