Lines Matching refs:text_width
326 text_width = self._width - self._current_indent
327 if len(prefix) + len(usage) > text_width:
351 if line_len + 1 + len(part) > text_width and line:
364 if len(prefix) + len(prog) <= 0.75 * text_width:
491 text_width = max(self._width - self._current_indent, 11)
493 return self._fill_text(text, text_width, indent) + '\n\n'