#include "CPyCppyy.h"
#include "CPPInstance.h"
#include "PyROOTPythonize.h"
#include "ProxyWrappers.h"
#include "Utility.h"
#include "PyzCppHelpers.hxx"
#include "TClass.h"
#include "TDirectory.h"
#include "TKey.h"
#include "TObject.h"
#include "Python.h"
Functions | |
PyObject * | TDirectoryGetAttr (PyObject *self, PyObject *attr) |
Implements a getter to assign to TDirectory.__getattr__ Method that is assigned to TDirectory.__getattr__. | |
PyObject * | TDirectoryWriteObject (CPPInstance *self, PyObject *args) |
Implements the WriteObject method of TDirectory This method allows to write objects into TDirectory instances with this syntax: | |
Implements a getter to assign to TDirectory.__getattr__ Method that is assigned to TDirectory.__getattr__.
It relies on Get to obtain the object from the TDirectory and adds on top:
Definition at line 90 of file TDirectoryPyz.cxx.
PyObject * TDirectoryWriteObject | ( | CPPInstance * | self, |
PyObject * | args | ||
) |
Implements the WriteObject method of TDirectory This method allows to write objects into TDirectory instances with this syntax:
Definition at line 33 of file TDirectoryPyz.cxx.