![]() |
Scarab
v2.9.1
Project 8 C++ Utility Library
|
RAII wrapper that temporarily clears any Python error state. More...
#include <common.h>
Public Member Functions | |
| error_scope () | |
| ~error_scope () | |
Public Attributes | |
| PyObject * | type |
| PyObject * | value |
| PyObject * | trace |
RAII wrapper that temporarily clears any Python error state.
Definition at line 714 of file detail/common.h.
|
inline |
Definition at line 716 of file detail/common.h.
|
inline |
Definition at line 717 of file detail/common.h.
| PyObject * trace |
Definition at line 715 of file detail/common.h.
| PyObject* type |
Definition at line 715 of file detail/common.h.
| PyObject * value |
Definition at line 715 of file detail/common.h.
1.8.13