Lines Matching defs:default
44 will return True if the user set this option, and False if it was left at its default
90 completion string. "complete" is the default if no "mode" is specified.
239 their default values. You should not have to call this by hand, though if
245 object.__setattr__(self, elem["dest"], elem["default"])
290 useful to know whether an option has the default value because the
315 def add_option(self, short_option, long_option, help, default,
323 default: the initial value for this option (if it has a value)
331 types also have default completers, which will be applied automatically.
350 "default" : default}