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

Static Public Member Functions

def dump (type, exc)
 

Detailed Description

An exception representing another Exception that could not be pickled.

Member Function Documentation

◆ dump()

def dump (   type,
  exc 
)
static
Always return a dumped (pickled) type and exc. If exc can't be pickled,
wrap it in UnpickleableException first.

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