Robot Framework SSH Library
SSHLibrary.library._DefaultConfiguration Class Reference
Inheritance diagram for SSHLibrary.library._DefaultConfiguration:
SSHLibrary.config.Configuration

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)
 

Detailed Description

Definition at line 1956 of file library.py.

Constructor & Destructor Documentation

◆ __init__()

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.


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