Skip to content
Snippets Groups Projects
Commit 65be65c5 authored by Danilo Piparo's avatar Danilo Piparo Committed by Enric Tejedor Saavedra
Browse files

[Exp PyROOT] TFile::Open, TDirectory::WriteObject pyz:improve help strings

parent 39dfd7be
No related branches found
No related tags found
Loading
......@@ -28,12 +28,13 @@ PyObject *gRootModule = 0;
// Methods offered by the interface
static PyMethodDef gPyROOTMethods[] = {{(char *)"AddDirectoryWritePyz", (PyCFunction)PyROOT::AddDirectoryWritePyz, METH_VARARGS,
(char *)"Pythonization of TDirectory::WriteObject"},
(char *)"Allow to use seamlessly from Python the templated TDirectory::WriteObject method"},
{(char *)"AddDirectoryAttrSyntaxPyz", (PyCFunction)PyROOT::AddDirectoryAttrSyntaxPyz, METH_VARARGS,
(char *)"Attr syntax for TDirectory"},
{(char *)"AddBranchAttrSyntax", (PyCFunction)PyROOT::AddBranchAttrSyntax, METH_VARARGS,
(char *)"Allow to access branches as tree attributes"},
{(char *)"AddFileOpenPyz", (PyCFunction)PyROOT::AddFileOpenPyz, METH_VARARGS, (char *)"Pythonization of TFile::Open"},
{(char *)"AddFileOpenPyz", (PyCFunction)PyROOT::AddFileOpenPyz, METH_VARARGS,
(char *)"Make TFile::Open a constructor, adjusting for example the reference count"},
{(char *)"SetBranchAddressPyz", (PyCFunction)PyROOT::SetBranchAddressPyz, METH_VARARGS,
(char *)"Fully enable the use of TTree::SetBranchAddress from Python"},
{(char *)"BranchPyz", (PyCFunction)PyROOT::BranchPyz, METH_VARARGS,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment