 
  
 | Public Member Functions | |
| python_error (const python_error &other) | |
| python_error (python_error &&other) | |
| void | persist () | 
| Saves the exception so that it can be re-thrown on a different thread. | |
| void | restore () | 
| Sets the current Python error from this exception. | |
| Data Fields | |
| PyObject * | type | 
| PyObject * | value | 
| PyObject * | traceback | 
Definition at line 47 of file Exceptions.h.
 1.8.11
 1.8.11