#include <user-type.hpp>
Static Public Member Functions | |
static PyObject * | run (void *data, void *) |
Get a python object from an array It returns a standard Python object from a single element of the array object arr pointed to by data. More... | |
Definition at line 42 of file user-type.hpp.
|
inlinestatic |
Get a python object from an array It returns a standard Python object from a single element of the array object arr pointed to by data.
[in] | data | Pointer to the first element of the C++ data stream |
[in] | arr | Pointer to the first element of the Python object data stream |
Definition at line 53 of file user-type.hpp.