Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
PyROOTPythonize.h File Reference
#include "Python.h"
Include dependency graph for PyROOTPythonize.h:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  PyROOT
 

Functions

PyObjectPyROOT::AddBranchAttrSyntax (PyObject *self, PyObject *args)
 Allow branches to be accessed as attributes of a tree.
 
PyObjectPyROOT::AddCPPInstancePickling (PyObject *self, PyObject *args)
 Set reduce attribute for CPPInstance objects.
 
PyObjectPyROOT::AddPrettyPrintingPyz (PyObject *self, PyObject *args)
 Add pretty printing pythonization.
 
PyObjectPyROOT::AddTClassDynamicCastPyz (PyObject *self, PyObject *args)
 Add pythonization for TClass::DynamicCast.
 
PyObjectPyROOT::AddTObjectEqNePyz (PyObject *self, PyObject *args)
 Add pythonization for equality and inequality operators in TObject.
 
PyObjectPyROOT::BranchPyz (PyObject *self, PyObject *args)
 Add pythonization for TTree::Branch.
 
PyObjectPyROOT::CPPInstanceExpand (PyObject *self, PyObject *args)
 Deserialize pickled objects.
 
PyObjectPyROOT::SetBranchAddressPyz (PyObject *self, PyObject *args)
 Add pythonization for TTree::SetBranchAddress.