Home | History | Annotate | Download | only in python_gflags

Lines Matching refs:_help_width

529 _help_width = 80  # width of help output
535 return _help_width
544 return int(os.getenv('COLUMNS', _help_width))
547 return _help_width