Logo ROOT  
Reference Guide
CPPInstancePyz.cxx File Reference
#include "CPyCppyy.h"
#include "PyROOTPythonize.h"
#include "CPPInstance.h"
#include "ProxyWrappers.h"
#include "Converters.h"
#include "Utility.h"
#include "PyzCppHelpers.hxx"
#include "TBufferFile.h"
#include "CustomPyTypes.h"
Include dependency graph for CPPInstancePyz.cxx:

Namespaces

namespace  PyROOT
 

Functions

PyObjectop_reduce (CPPInstance *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. More...
 

Variables

PyObjectPyROOT::gRootModule = 0
 

Function Documentation

◆ op_reduce()

PyObject * op_reduce ( CPPInstance 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.

Definition at line 71 of file CPPInstancePyz.cxx.