OpenQuizz
Une application de gestion des contenus pédagogiques
ProcessStreamAdapter Class Reference
Inheritance diagram for ProcessStreamAdapter:
Collaboration diagram for ProcessStreamAdapter:

Public Member Functions

def __init__ (self, process, stream_name)
 
def __getattr__ (self, attr)
 

Detailed Description

Class wireing all calls to the contained Process instance.

Use this type to hide the underlying process to provide access only to a specified
stream. The process is usually wrapped into an AutoInterrupt class to kill
it if the instance goes out of scope.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  process,
  stream_name 
)

Member Function Documentation

◆ __getattr__()

def __getattr__ (   self,
  attr 
)

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