source code
Custom option class for optparse.
Inherited from optparse.Option: __init__, __repr__, __str__, check_value, convert_value, get_opt_string, process, take_action, takes_value
optparse.Option
__init__
__repr__
__str__
check_value
convert_value
get_opt_string
process
take_action
takes_value
Inherited from optparse.Option (private): _check_action, _check_callback, _check_choice, _check_const, _check_dest, _check_nargs, _check_opt_strings, _check_type, _set_attrs, _set_opt_strings
_check_action
_check_callback
_check_choice
_check_const
_check_dest
_check_nargs
_check_opt_strings
_check_type
_set_attrs
_set_opt_strings
Option.ATTRS+ ["completion_suggest",]
Option.TYPES+("identkeyval", "keyval", "unit", "bool",)
Option.TYPE_CHECKER.copy()
Inherited from optparse.Option: ACTIONS, ALWAYS_TYPED_ACTIONS, CHECK_METHODS, CONST_ACTIONS, STORE_ACTIONS, TYPED_ACTIONS
ACTIONS
ALWAYS_TYPED_ACTIONS
CHECK_METHODS
CONST_ACTIONS
STORE_ACTIONS
TYPED_ACTIONS