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