Package Products :: Package ZenUtils :: Module CmdBase :: Class LogSeverityOption
[hide private]
[frames] | no frames]

Class LogSeverityOption

source code

optparse.Option --+
                  |
                 LogSeverityOption

Instance Methods [hide private]

Inherited from 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

Class Variables [hide private]
  TYPES = Option.TYPES+("loglevel",)
  TYPE_CHECKER = copy(Option.TYPE_CHECKER)

Inherited from optparse.Option: ACTIONS, ALWAYS_TYPED_ACTIONS, ATTRS, CHECK_METHODS, CONST_ACTIONS, STORE_ACTIONS, TYPED_ACTIONS