_short_opts : [string] _long_opts : [string]
action : string type : string dest : string default : any nargs : int const : any choices : [string] callback : function callback_args : (any*) callback_kwargs : { string : any } help : string metavar : string
Methods
check_value(opt, value) | |
convert_value(opt, value) | |
get_opt_string() | |
process(opt, value, values, parser) | |
take_action(action, dest, opt, value, ...) | |
takes_value() |