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

Public Member Functions

def __init__ (self, wrapped)
 
def __getattr__ (self, name)
 
def write (self, text)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  wrapped 
)

Member Function Documentation

◆ __getattr__()

def __getattr__ (   self,
  name 
)

◆ write()

def write (   self,
  text 
)

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