25 PyObject *pyclass = PyTuple_GetItem(args, 0);
27 PyObject *attr = PyObject_GetAttrString(pyclass, (
char *)
"Open");
Set of helper functions that are invoked from the pythonizors, on the Python side.
bool CPPOverload_Check(T *object)
PyObject * AddFileOpenPyz(PyObject *self, PyObject *args)
Make TFile::Open equivalent to a constructor.