PLearn 0.1
|
For a general PythonObjectWrapper: we simply increment the refcount to the underlying Python object, no matter whether we own it or not. More...
#include <PythonObjectWrapper.h>
Static Public Member Functions | |
static PyObject * | newPyObject (const PythonObjectWrapper &pow) |
For a general PythonObjectWrapper: we simply increment the refcount to the underlying Python object, no matter whether we own it or not.
Definition at line 708 of file PythonObjectWrapper.h.
PyObject * PLearn::ConvertToPyObject< PythonObjectWrapper >::newPyObject | ( | const PythonObjectWrapper & | pow | ) | [static] |
Definition at line 887 of file PythonObjectWrapper.cc.
References PLearn::PythonObjectWrapper::m_object.