ROOT
git-r3/HEAD
Reference Guide
Loading...
Searching...
No Matches
CPyCppyyPyModule.cxx
Go to the documentation of this file.
1
#include "
CPyCppyyModule.h
"
2
3
//----------------------------------------------------------------------------
4
#if PY_VERSION_HEX >= 0x03000000
5
extern
"C"
PyObject
* PyInit_libcppyy() {
6
#else
7
extern
"C"
void
initlibcppyy
() {
8
#endif
9
PyObject
*thisModule =
CPyCppyy::Init
();
10
#if PY_VERSION_HEX >= 0x03000000
11
return
thisModule;
12
#endif
13
}
CPyCppyyModule.h
initlibcppyy
void initlibcppyy()
Definition
CPyCppyyPyModule.cxx:7
PyObject
_object PyObject
Definition
PyMethodBase.h:36
CPyCppyy::Init
PyObject * Init()
Definition
CPyCppyyModule.cxx:1064
bindings
pyroot
cppyy
CPyCppyy
src
CPyCppyyPyModule.cxx
ROOTgit-r3/HEAD - Reference Guide Generated on
(GVA Time) using Doxygen 1.16.1