Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
PyROOTWrapper.h
Go to the documentation of this file.
1// Author: Enric Tejedor CERN 06/2018
2// Original PyROOT code by Wim Lavrijsen, LBL
3
4/*************************************************************************
5 * Copyright (C) 1995-2018, Rene Brun and Fons Rademakers. *
6 * All rights reserved. *
7 * *
8 * For the licensing terms see $ROOTSYS/LICENSE. *
9 * For the list of contributors see $ROOTSYS/README/CREDITS. *
10 *************************************************************************/
11
12#ifndef PYROOT_ROOTWRAPPER_H
13#define PYROOT_ROOTWRAPPER_H
14
15#include "Python.h"
16
17namespace PyROOT {
18
19// initialize ROOT
20void Init();
21
22// clean up all objects controlled by TMemoryRegulator
24
25} // namespace PyROOT
26
27#endif // !PYROOT_ROOTWRAPPER_H
_object PyObject
PyObject * ClearProxiedObjects(PyObject *self, PyObject *args)
void Init()