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

[Exp PyROOT] Document the use of the pythonizor helpers, invoked from Python

parent 1f44b3de
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ set(sources
src/TFilePyz.cxx
src/TTreePyz.cxx
src/GenericPyz.cxx
src/Helpers.cxx
src/PyzPythonHelpers.cxx
src/PyzCppHelpers.cxx
)
......
......@@ -9,6 +9,14 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/
/**
Set of helper functions that are invoked from the pythonizors, on the
Python side. For that purpose, they are included in the interface of the
PyROOT extension module.
*/
#include "CPyCppyy.h"
#include "CPPInstance.h"
#include "PyROOTPythonize.h"
......
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