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

Public Member Functions

def stream (self)
 

Detailed Description

Mixin for :class:`BaseResponse` subclasses.  Classes that inherit from
this mixin will automatically get a :attr:`stream` property that provides
a write-only interface to the response iterable.

Member Function Documentation

◆ stream()

def stream (   self)
The response iterable as write-only stream.

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