Lines Matching refs:list

7 For support, use the optik-users@lists.sourceforge.net mailing list
53 notice, this list of conditions and the following disclaimer.
56 notice, this list of conditions and the following disclaimer in the
306 # But if the opt string list is too long, we put the help
350 """Return a comma-separated list of option strings & metavariables."""
469 # The list of instance attributes that may be set through
551 # CHECK_METHODS is a list of unbound method objects; they are called
553 # initialized. The list is created and filled in later, after all
557 # define their own CHECK_METHODS list that adds their check method
666 "must supply a list of choices for type 'choice'", self)
667 elif not isinstance(self.choices, (tuple, list)):
669 "choices must be a list of strings ('%s' supplied)"
895 list of standard options that will be accepted by all instances
900 the list of Option objects contained by this OptionContainer
921 # Initialize the option list and related data structures.
1111 list of standard options that will be accepted by all instances
1126 but before the list of options).
1131 list of option groups in this parser (option groups are
1157 the argument list currently being parsed. Only set when
1162 the list of leftover arguments that we have skipped while
1164 list is always empty.
1202 # Populate the option list; initial sources are the
1353 return args[:] # don't modify caller's list
1366 your option values) and 'args' is the list of arguments left
1373 # Store the halves of the argument list as attributes for the
1438 # Say this is the original argument list: