Lines Matching refs:list
33 # be converted to a list by Distribution.finalize_options().
35 elif not isinstance(value, list):
38 msg = f"Warning: '{fieldname}' should be a list, got type '{typename}'"
40 value = list(value)
61 # these global options. This list should be kept to a bare minimum,
87 "list all available commands"),
117 "print the list of platforms"),
119 "print the list of classifiers"),
121 "print the list of keywords"),
123 "print the list of packages/modules provided"),
125 "print the list of packages/modules required"),
127 "print the list of packages/modules made obsolete")
141 'attrs' will be assigned to some null value: 0, None, an empty list
170 # 'command_packages' is a list of packages in which commands
173 # named here. This list is searched from the left; an error
191 # 'dist_files' is the list of (command, pyversion, file) that
335 platform, and return a list of filenames in the order in which they
442 -- see 'setup()' in core.py). This list is first processed for
514 "list of packages that provide distutils commands"),
519 'parser' must be a FancyGetopt instance; 'args' must be the list
522 the next command at the front of the list; will be the empty
523 list if there are no more commands on the command line. Returns
549 # Also make sure that the command object provides a list of its
552 isinstance(cmd_class.user_options, list)):
554 "'user_options' attribute (a list of tuples)")
557 # If the command class has a list of negative alias options,
567 isinstance(cmd_class.help_options, list)):
584 isinstance(cmd_class.help_options, list)):
661 isinstance(klass.help_options, list)):
679 # User just wants a list of commands -- we'll print it out and stop
712 """Print a subset of the list of all commands -- used by
730 description of each. The list is divided into "standard commands"
762 """Get a list of (command, description) tuples.
763 The list is divided into "standard commands" (listed in
796 """Return a list of packages from which commands are loaded."""
798 if not isinstance(pkgs, list):
962 Uses the list of commands found and cache of command objects
1228 self.requires = list(value)
1247 self.obsoletes = list(value)
1250 """Convert a 4-tuple 'help_options' list as found in various command