RAII wrapper that temporarily clears any Python error state.
More...
#include <common.h>
RAII wrapper that temporarily clears any Python error state.
Definition at line 1089 of file wrap/pybind11/include/pybind11/detail/common.h.
◆ error_scope() [1/2]
error_scope::error_scope |
( |
| ) |
|
|
inline |
◆ error_scope() [2/2]
◆ ~error_scope()
error_scope::~error_scope |
( |
| ) |
|
|
inline |
◆ operator=()
◆ trace
PyObject * error_scope::trace |
◆ type
PyObject* error_scope::type |
◆ value
PyObject * error_scope::value |
The documentation for this struct was generated from the following file: