Package Products :: Package ZenRRD :: Package parsers :: Module Auto :: Class Auto
[hide private]
[frames] | no frames]

Class Auto

source code

                 object --+    
                          |    
CommandParser.CommandParser --+
                              |
                             Auto

Instance Methods [hide private]
 
processResults(self, cmd, result)
Process the results of a running a command.
source code

Inherited from CommandParser.CommandParser: createDefaultEventUsingExitCode, dataForParser, preprocessResults

Method Details [hide private]

processResults(self, cmd, result)

source code 

Process the results of a running a command.

Parameters:
  • cmd - the results of running a command, with the configuration from ZenHub
  • results - the values and events from the command output
Returns:
None.
Overrides: CommandParser.CommandParser.processResults
(inherited documentation)