Lines Matching refs:_Distribution
260 _Distribution = get_unpatched(distutils.core.Distribution) variable
263 class Distribution(Distribution_parse_config_files, _Distribution):
363 _Distribution.__init__(self, attrs)
482 _Distribution.parse_config_files(self, filenames=filenames)
490 result = _Distribution.parse_command_line(self)
511 _Distribution.finalize_options(self)
628 return _Distribution.get_command_class(self, command)
636 return _Distribution.print_commands(self)
644 return _Distribution.get_command_list(self)
805 nargs = _Distribution._parse_command_opts(self, parser, args)
883 return _Distribution.handle_display_options(self, option_order)
888 return _Distribution.handle_display_options(self, option_order)
893 return _Distribution.handle_display_options(self, option_order)
904 return _Distribution.handle_display_options(self, option_order)