Robot Framework
robot.running.outputcapture.OutputCapturer Class Reference

Public Member Functions

def __enter__ (self)
 
def __exit__ (self, exc_type, exc_value, exc_trace)
 
def __init__ (self, library_import=False)
 

Private Member Functions

def _release (self)
 
def _release_and_log (self)
 

Private Attributes

 _library_import
 
 _python_err
 
 _python_out
 

Detailed Description

Definition at line 23 of file outputcapture.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.running.outputcapture.OutputCapturer.__init__ (   self,
  library_import = False 
)

Definition at line 25 of file outputcapture.py.

Member Function Documentation

◆ __enter__()

def robot.running.outputcapture.OutputCapturer.__enter__ (   self)

Definition at line 30 of file outputcapture.py.

◆ __exit__()

def robot.running.outputcapture.OutputCapturer.__exit__ (   self,
  exc_type,
  exc_value,
  exc_trace 
)

Definition at line 35 of file outputcapture.py.

◆ _release()

def robot.running.outputcapture.OutputCapturer._release (   self)
private

Definition at line 49 of file outputcapture.py.

◆ _release_and_log()

def robot.running.outputcapture.OutputCapturer._release_and_log (   self)
private

Definition at line 41 of file outputcapture.py.

Member Data Documentation

◆ _library_import

robot.running.outputcapture.OutputCapturer._library_import
private

Definition at line 26 of file outputcapture.py.

◆ _python_err

robot.running.outputcapture.OutputCapturer._python_err
private

Definition at line 28 of file outputcapture.py.

◆ _python_out

robot.running.outputcapture.OutputCapturer._python_out
private

Definition at line 27 of file outputcapture.py.


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