Robot Framework Integrated Development Environment (RIDE)
robotide.contrib.testrunner.Process.StreamReaderThread Class Reference

Public Member Functions

def __init__ (self, stream)
 
def pop (self)
 
def run (self)
 

Private Member Functions

def _enqueue_output (self, out)
 

Private Attributes

 _queue
 
 _stream
 
 _thread
 

Detailed Description

Definition at line 162 of file Process.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.contrib.testrunner.Process.StreamReaderThread.__init__ (   self,
  stream 
)

Definition at line 164 of file Process.py.

Member Function Documentation

◆ _enqueue_output()

def robotide.contrib.testrunner.Process.StreamReaderThread._enqueue_output (   self,
  out 
)
private

Definition at line 175 of file Process.py.

◆ pop()

def robotide.contrib.testrunner.Process.StreamReaderThread.pop (   self)

Definition at line 179 of file Process.py.

◆ run()

def robotide.contrib.testrunner.Process.StreamReaderThread.run (   self)

Definition at line 169 of file Process.py.

Member Data Documentation

◆ _queue

robotide.contrib.testrunner.Process.StreamReaderThread._queue
private

Definition at line 165 of file Process.py.

◆ _stream

robotide.contrib.testrunner.Process.StreamReaderThread._stream
private

Definition at line 167 of file Process.py.

◆ _thread

robotide.contrib.testrunner.Process.StreamReaderThread._thread
private

Definition at line 166 of file Process.py.


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