Robot Framework
robot.running.outputcapture.PythonCapturer Class Reference

Public Member Functions

def __init__ (self, stdout=True)
 
def release (self)
 

Private Member Functions

def _avoid_at_exit_errors (self, stream)
 
def _get_value (self, stream)
 
def _set_stderr (self, stream)
 
def _set_stdout (self, stream)
 

Private Attributes

 _original
 
 _set_stream
 
 _stream
 

Detailed Description

Definition at line 55 of file outputcapture.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.running.outputcapture.PythonCapturer.__init__ (   self,
  stdout = True 
)

Definition at line 57 of file outputcapture.py.

Member Function Documentation

◆ _avoid_at_exit_errors()

def robot.running.outputcapture.PythonCapturer._avoid_at_exit_errors (   self,
  stream 
)
private

Definition at line 91 of file outputcapture.py.

◆ _get_value()

def robot.running.outputcapture.PythonCapturer._get_value (   self,
  stream 
)
private

Definition at line 82 of file outputcapture.py.

◆ _set_stderr()

def robot.running.outputcapture.PythonCapturer._set_stderr (   self,
  stream 
)
private

Definition at line 70 of file outputcapture.py.

◆ _set_stdout()

def robot.running.outputcapture.PythonCapturer._set_stdout (   self,
  stream 
)
private

Definition at line 67 of file outputcapture.py.

◆ release()

def robot.running.outputcapture.PythonCapturer.release (   self)

Definition at line 73 of file outputcapture.py.

Member Data Documentation

◆ _original

robot.running.outputcapture.PythonCapturer._original
private

Definition at line 59 of file outputcapture.py.

◆ _set_stream

robot.running.outputcapture.PythonCapturer._set_stream
private

Definition at line 60 of file outputcapture.py.

◆ _stream

robot.running.outputcapture.PythonCapturer._stream
private

Definition at line 64 of file outputcapture.py.


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