Home | History | Annotate | Download | only in distutils

Lines Matching refs:help_option

572             for (help_option, short, desc, func) in cmd_class.help_options:
573 if hasattr(opts, parser.get_attr_name(help_option)):
581 % (func, help_option))