#include "CPyCppyy/API.h"
#include "../../cppyy/CPyCppyy/src/CPyCppyy.h"
#include "../../cppyy/CPyCppyy/src/CPPInstance.h"
#include "../../cppyy/CPyCppyy/src/CustomPyTypes.h"
#include "PyROOTPythonize.h"
#include "TBufferFile.h"
Namespaces | |
namespace | PyROOT |
Functions | |
PyObject * | op_reduce (PyObject *self, PyObject *) |
PyROOT object proxy pickle support Turn the object proxy instance into a character stream and return for pickle, together with the callable object that can restore the stream into the object proxy instance. | |
Variables | |
PyObject * | PyROOT::gRootModule = nullptr |
PyROOT object proxy pickle support Turn the object proxy instance into a character stream and return for pickle, together with the callable object that can restore the stream into the object proxy instance.
Definition at line 65 of file CPPInstancePyz.cxx.