![]() |
Scarab
v2.9.0
Project 8 C++ Utility Library
|
C++ bindings of builtin Python exceptions. More...
#include <common.h>

Public Member Functions | |
| virtual void | set_error () const =0 |
| Set the error using the Python C API. More... | |
C++ bindings of builtin Python exceptions.
Definition at line 657 of file detail/common.h.
|
pure virtual |
Set the error using the Python C API.
Implemented in reference_cast_error, cast_error, buffer_error, type_error, value_error, key_error, index_error, and stop_iteration.
1.8.13