RAII wrapper that temporarily clears any Python error state. More...
#include </builds/ipbus/ipbus-software/uhal/python/pybind11-python2/include/pybind11/detail/common.h>
Public Member Functions | |
error_scope () | |
~error_scope () | |
error_scope () | |
error_scope (const error_scope &)=delete | |
error_scope & | operator= (const error_scope &)=delete |
~error_scope () | |
Public Attributes | |
PyObject * | type |
PyObject * | value |
PyObject * | trace |
RAII wrapper that temporarily clears any Python error state.
|
inline |
|
inline |
|
inline |
|
delete |
|
inline |
|
delete |
PyObject * error_scope::trace |
Definition at line 1045 of file common.h.
Referenced by error_scope(), and ~error_scope().
PyObject * error_scope::value |
Definition at line 1045 of file common.h.
Referenced by error_scope(), and ~error_scope().