delphyne_gui
TrackedProcess Class Reference

Detailed Description

A handy wrapper for a process object that remembers its label, and adds
the fileno() accessor for select() compatibility.
Inheritance diagram for TrackedProcess:
[legend]

Public Member Functions

def __init__ (self, label, process)
 
def fileno (self)
 

Public Attributes

 label
 
 process
 

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  label,
  process 
)

Member Function Documentation

◆ fileno()

def fileno (   self)
Returns the process file descriptor

Member Data Documentation

◆ label

label

◆ process

process

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