-
- Downloads
PyObjectPtr: Container for the results from the embedded Python interpreter
The class `PyObjectPtr` contains a `PyObject*` (or `NULL`) and a `Status` which denotes the status of the value (OK/Warning/Error). Decrementing Python reference-count is performed automatically when a `PyObjectPtr` expires.
parent
bf1c5285
No related branches found
No related tags found
PyTools/Embed/PyObjectPtr.cpp
0 → 100644
PyTools/Embed/PyObjectPtr.h
0 → 100644
Please register or sign in to comment