OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, wrapped) |
def | __getattr__ (self, name) |
def | write (self, text) |
Wraps a stream (such as stdout), acting as a transparent proxy for all attribute access apart from method 'write()' which we wrap to write in limited chunks due to a Windows limitation on binary console streams.
def __init__ | ( | self, | |
wrapped | |||
) |
def __getattr__ | ( | self, | |
name | |||
) |
def write | ( | self, | |
text | |||
) |