#include "PyROOTPythonize.h"
#include "RPyROOTApplication.h"
#include "CPyCppyy/API.h"
#include "../../cppyy/CPyCppyy/src/CallContext.h"
#include "../../cppyy/CPyCppyy/src/ProxyWrappers.h"
#include "TInterpreter.h"
#include "TROOT.h"
#include "TSystem.h"
#include "RConfigure.h"
#include <any>
#include <string>
#include <sstream>
#include <utility>
#include <vector>
#include "IOHandler.cxx"
Classes | |
struct | module_state |
class | PyROOT::PyObjRefCounter |
A PyObject wrapper to track reference counting of external objects. More... | |
Namespaces | |
namespace | PyROOT |
Macros | |
#define | GETSTATE(m) ((struct module_state *)PyModule_GetState(m)) |
Functions | |
PyObject * | PyInit_libROOTPythonizations () |
Initialization of extension module libROOTPythonizations. | |
PyObject * | PyROOT::PyObjRefCounterAsStdAny (PyObject *, PyObject *args) |
PyObject * | PyROOT::RegisterConverterAlias (PyObject *, PyObject *args) |
PyObject * | PyROOT::RegisterExecutorAlias (PyObject *, PyObject *args) |
static int | rootmodule_clear (PyObject *m) |
static int | rootmodule_traverse (PyObject *m, visitproc visit, void *arg) |
Variables | |
static PyMethodDef | gPyROOTMethods [] |
static struct PyModuleDef | moduledef |
#define GETSTATE | ( | m | ) | ((struct module_state *)PyModule_GetState(m)) |
Definition at line 179 of file PyROOTModule.cxx.
PyObject * PyInit_libROOTPythonizations | ( | ) |
Initialization of extension module libROOTPythonizations.
Definition at line 199 of file PyROOTModule.cxx.
Definition at line 187 of file PyROOTModule.cxx.
Definition at line 181 of file PyROOTModule.cxx.
|
static |
Definition at line 128 of file PyROOTModule.cxx.
|
static |
Definition at line 193 of file PyROOTModule.cxx.