OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, process, stream_name) |
def | __getattr__ (self, attr) |
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.
def __init__ | ( | self, | |
process, | |||
stream_name | |||
) |
def __getattr__ | ( | self, | |
attr | |||
) |