Public Member Functions | |
| def | __init__ (self, timeout, newline, prompt, loglevel, term_type, width, height, path_separator, encoding, escape_ansi, encoding_errors) |
Public Member Functions inherited from SSHLibrary.config.Configuration | |
| def | __init__ (self, **entries) |
| def | __str__ (self) |
| def | update (self, **entries) |
| Update configuration entries. More... | |
| def | get (self, name) |
| Return entry corresponding to name. More... | |
| def | __getattr__ (self, name) |
Definition at line 1956 of file library.py.
| def SSHLibrary.library._DefaultConfiguration.__init__ | ( | self, | |
| timeout, | |||
| newline, | |||
| prompt, | |||
| loglevel, | |||
| term_type, | |||
| width, | |||
| height, | |||
| path_separator, | |||
| encoding, | |||
| escape_ansi, | |||
| encoding_errors | |||
| ) |
Definition at line 1958 of file library.py.