Searched refs:fix_help_options (Results 1 – 2 of 2) sorted by relevance
11 from distutils.dist import Distribution, fix_help_options476 fancy_options = fix_help_options(help_tuples)
568 help_options = fix_help_options(cmd_class.help_options)663 fix_help_options(klass.help_options))1249 def fix_help_options(options): function