|
SAFplus Runtime Director API
3.0.5
|
Classes | |
| class | ExceptionPsh |
| Raised for pxssh exceptions. More... | |
| class | ExceptionErrorCode |
| Raised when an program returns an error code. More... | |
| class | Psh |
| This class encapsulates a lot of functionality available from the shell. More... | |
Functions | |
| def | apply_redict |
| This helper function searches a dictionary of regular expressions that select a single result (i.e. More... | |
Variables | |
| dictionary | ifconfigDict |
| def psh.apply_redict | ( | str, | |
| dict | |||
| ) |
This helper function searches a dictionary of regular expressions that select a single result (i.e.
the re has a single ()) to a string and creates a new dictionary similar to the input except that all regular expression have be replaced with their match result or None if there were no matches
| dictionary psh.ifconfigDict |