Public Member Functions | |
| def | __init__ (self, host, alias, port, timeout, newline, prompt, 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 36 of file abstractclient.py.
| def SSHLibrary.abstractclient._ClientConfiguration.__init__ | ( | self, | |
| host, | |||
| alias, | |||
| port, | |||
| timeout, | |||
| newline, | |||
| prompt, | |||
| term_type, | |||
| width, | |||
| height, | |||
| path_separator, | |||
| encoding, | |||
| escape_ansi, | |||
| encoding_errors | |||
| ) |
Definition at line 38 of file abstractclient.py.