Package pyhai :: Package plugins :: Package windows :: Module memory :: Class MemoryPlugin
[hide private]
[frames] | no frames]

Class MemoryPlugin

source code

   object --+    
            |    
AuditorPlugin --+
                |
               MemoryPlugin

Nested Classes [hide private]

Inherited from AuditorPlugin: __metaclass__

Instance Methods [hide private]
 
run(self, *args, **kwargs)
Will be called after the before hook.
source code

Inherited from AuditorPlugin: __init__, after, before, fail, get_profile

Inherited from AuditorPlugin (private): _get_results

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

Class Variables [hide private]
  __abstractmethods__ = frozenset([])
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

run(self, *args, **kwargs)

source code 

Will be called after the before hook. This is the only "required" method for plugins

Overrides: AuditorPlugin.run
(inherited documentation)