Python 2.7/3.x compatible version of PyImport_AppendInittab and error checks.
More...
#include <embed.h>
Public Types | |
| using | init_t = PyObject *(*)() |
Public Member Functions | |
| embedded_module (const char *name, init_t init) | |
Python 2.7/3.x compatible version of PyImport_AppendInittab and error checks.
| using embedded_module::init_t = PyObject *(*) () |
|
inline |