SAFplus Runtime Director API  3.0.5
pcli Namespace Reference

Classes

class  ExceptionPcli
 Raised for pxssh exceptions. More...
 
class  RunDirective
 A way to create unique objects so I can push operations into the 'run' function. More...
 
class  Pcli
 This class encapsulates the basic idea of issuing commands to a CLI. More...
 

Variables

tuple _popd = RunDirective(1)
 
tuple _returnd = RunDirective(2)
 
tuple _promptd = RunDirective(3)
 
tuple PopN = lambdax:(_popd, x)
 
tuple Pop = (_popd, 1)
 
tuple Return = lambdax:(_returnd, x)
 
tuple ReType = type(re.compile("."))
 

Variable Documentation

tuple pcli._popd = RunDirective(1)
tuple pcli._promptd = RunDirective(3)
tuple pcli._returnd = RunDirective(2)
tuple pcli.Pop = (_popd, 1)
tuple pcli.PopN = lambdax:(_popd, x)
tuple pcli.Return = lambdax:(_returnd, x)
tuple pcli.ReType = type(re.compile("."))