Package logilab :: Package common :: Package test :: Module unittest_configuration :: Class Linter
[frames] | no frames]

Class Linter

source code

                        object --+    
                                 |    
 configuration.OptionsManagerMixIn --+
                                     |
                        object --+   |
                                 |   |
configuration.OptionsProviderMixIn --+
                                     |
                                    Linter

Instance Methods
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from configuration.OptionsManagerMixIn: add_help_section, add_option_group, cb_set_provider_option, generate_config, generate_manpage, global_set_option, help, input_config, load_command_line_configuration, load_config_file, load_configuration, load_file_configuration, load_provider_defaults, optik_option, read_config_file, register_options_provider, reset_parsers

Inherited from configuration.OptionsProviderMixIn: all_options, get_option_def, input_option, load_defaults, option_default, option_name, option_value, options_by_section, set_option

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  options = (('profile', {'default': False, 'help': 'Profiled ex...

Inherited from configuration.OptionsProviderMixIn: name, priority

Properties

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Class Variable Details

options

Value:
(('profile',
  {'default': False,
   'help': 'Profiled execution.',
   'metavar': '<y_or_n>',
   'type': 'yn'}))