OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, response) |
def | write (self, value) |
def | writelines (self, seq) |
def | close (self) |
def | flush (self) |
def | isatty (self) |
def | tell (self) |
def | encoding (self) |
Data Fields | |
response | |
closed | |
Static Public Attributes | |
mode | |
A file descriptor like object used by the :class:`ResponseStreamMixin` to represent the body of the stream. It directly pushes into the response iterable of the response object.
def __init__ | ( | self, | |
response | |||
) |
def close | ( | self | ) |
def encoding | ( | self | ) |
def flush | ( | self | ) |
def isatty | ( | self | ) |
def tell | ( | self | ) |
def write | ( | self, | |
value | |||
) |
def writelines | ( | self, | |
seq | |||
) |
closed |
|
static |
A file descriptor like object used by the :class:`ResponseStreamMixin` to represent the body of the stream. It directly pushes into the response iterable of the response object.
response |