Logo ROOT  
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
5extern "C" PyObject* PyInit_libcppyy() {
6#else
7extern "C" void initlibcppyy() {
8#endif
9 PyObject *thisModule = CPyCppyy::Init();
10#if PY_VERSION_HEX >= 0x03000000
11 return thisModule;
12#endif
13}
void initlibcppyy()
_object PyObject
PyObject * Init()