Robot Framework SSH Library
SSHLibrary.abstractclient._ClientConfiguration Class Reference
Inheritance diagram for SSHLibrary.abstractclient._ClientConfiguration:
SSHLibrary.config.Configuration

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)
 

Detailed Description

Definition at line 36 of file abstractclient.py.

Constructor & Destructor Documentation

◆ __init__()

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.


The documentation for this class was generated from the following file: