Package onep :: Package vty :: Module VtyService :: Class VtyService :: Class CmdResults
[frames] | no frames]

Class CmdResults


cmdResults is the collection of command results associated with the VTY and last command run

Instance Methods
 
__init__(self, inputLine, parseReturnCode, errorLocation)
Constructor

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

Properties

Inherited from object: __class__

Method Details

__init__(self, inputLine, parseReturnCode, errorLocation)
(Constructor)

 

Constructor

Parameters:
  • input_line - The command line to be interpreted
  • parse_return_code - The return code of the parser for this command line
  • error_location - The position in the command line where an error was detected by the parser
Overrides: object.__init__