Module status :: Class Auto_analysis
[hide private]
[frames] | no frames]

Class Auto_analysis

source code

The auto-analysis status container.

Instance Methods [hide private]
 
__init__(self, name, type)
Initialise the auto-analysis status object.
source code
 
__setattr__(self, name, value)
Replacement __setattr__() method.
source code
Method Details [hide private]

__init__(self, name, type)
(Constructor)

source code 

Initialise the auto-analysis status object.

Parameters:
  • name (str.) - The unique name of the auto-analysis. This will act as a key.
  • type (str) - The type of auto-analysis.

__setattr__(self, name, value)

source code 

Replacement __setattr__() method.

Parameters:
  • name (str) - The name of the attribute.
  • value (anything) - The value of the attribute.