Home | History | Annotate | Download | only in python_gflags

Lines Matching refs:TextWrap

533   """Returns: an integer, the width of help lines that is used in TextWrap."""
593 def TextWrap(text, length=None, indent='', firstline_indent=None, tabs=' '):
1461 flaghelp = TextWrap(flaghelp, indent=prefix+" ",
1465 flaghelp += TextWrap("(default: %s)" % flag.default_as_str,
1469 flaghelp += TextWrap("(%s)" % flag.parser.syntactic_help,