Robot Framework
robot.utils.connectioncache.NoConnection Class Reference

Public Member Functions

def __bool__ (self)
 
def __getattr__ (self, name)
 
def __init__ (self, message)
 
def raise_error (self)
 

Public Attributes

 message
 

Detailed Description

Definition at line 164 of file connectioncache.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.utils.connectioncache.NoConnection.__init__ (   self,
  message 
)

Definition at line 166 of file connectioncache.py.

Member Function Documentation

◆ __bool__()

def robot.utils.connectioncache.NoConnection.__bool__ (   self)

Definition at line 177 of file connectioncache.py.

◆ __getattr__()

def robot.utils.connectioncache.NoConnection.__getattr__ (   self,
  name 
)

Definition at line 169 of file connectioncache.py.

◆ raise_error()

def robot.utils.connectioncache.NoConnection.raise_error (   self)

Definition at line 174 of file connectioncache.py.

Member Data Documentation

◆ message

robot.utils.connectioncache.NoConnection.message

Definition at line 167 of file connectioncache.py.


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