Package mrv :: Package automation :: Module qa :: Class QACheck
[hide private]
[frames] | no frames]

Class QACheck

source code

object --+        
         |        
 dge.iPlug --+    
             |    
      dge.plug --+
                 |
                QACheck

Defines a test suitable to be run and computed by a QAProcessBase It's nothing more than a convenience class as the actual information is held by the respective QACheckAttribute. All non-plug calls are passed on to the underlying attribute, allowing it to be treated like one
Nested Classes [hide private]
    Configuration
  check_attribute_cls
The Test Attribute represents an interface to a specific test as implemented by the parent QAProcessBase.
Instance Methods [hide private]
 
__getattr__(self, attrname) source code

Inherited from dge.plug: setName

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

    Overridden object methods
 
__init__(self, *args, **kwargs)
Intialize the plug with a distinctive name
source code
    Value access

Inherited from dge.plug: __get__

    Base Implementation

Inherited from dge.iPlug: __str__

    Interface

Inherited from dge.plug: affected, affectedBy, affects, name, providesInput, providesOutput

Class Variables [hide private]

Inherited from dge.iPlug: kGood, kNo, kPerfect

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

source code 
Intialize the plug with a distinctive name
Overrides: object.__init__
(inherited documentation)