#include <memory>
#include <stdexcept>
#include <string>
#include <Python.h>
#include <comin.h>
Go to the source code of this file.
◆ PY_SSIZE_T_CLEAN
◆ py_comin_check_error()
| void py_comin_check_error |
( |
std::string | add_info = "" | ) |
|
◆ py_comin_func_wrapper() [1/2]
template<PyCFunction Fun>
| PyObject * py_comin_func_wrapper |
( |
PyObject * | self, |
|
|
PyObject * | args ) |
◆ py_comin_func_wrapper() [2/2]
template<PyCFunctionWithKeywords Fun>
| PyObject * py_comin_func_wrapper |
( |
PyObject * | self, |
|
|
PyObject * | args, |
|
|
PyObject * | kwargs ) |
◆ PyExc_ComInError
| PyObject* PyExc_ComInError |
|
extern |