Home | History | Annotate | Download | only in python2.7

Lines Matching refs:supplied

293         #   * the user-supplied help string
441 # so we need an explicit "not supplied" value.
562 # Have to be set now, in case no option strings are supplied.
585 raise TypeError("at least one option string must be supplied")
672 "choices must be a list of strings ('%s' supplied)"
696 "'const' must not be supplied for action %r" % self.action,
705 "'nargs' must not be supplied for action %r" % self.action,
716 "callback_args, if supplied, must be a tuple: not %r"
721 "callback_kwargs, if supplied, must be a dict: not %r"
726 "callback supplied (%r) for non-callback option"
730 "callback_args supplied for non-callback option", self)
733 "callback_kwargs supplied for non-callback option", self)
1411 Check that the supplied option values and leftover arguments are