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

Additional Inherited Members

- Public Member Functions inherited from RequestException
def __init__ (self, *args, **kwargs)
 
- Data Fields inherited from RequestException
 response
 
 request
 

Detailed Description

The request timed out.

Catching this error will catch both
:exc:`~requests.exceptions.ConnectTimeout` and
:exc:`~requests.exceptions.ReadTimeout` errors.

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