00001 // @(#)root/pyroot:$Id: Pythonize.h 20882 2007-11-19 11:31:26Z rdm $ 00002 // Author: Wim Lavrijsen, Jul 2004 00003 00004 #ifndef PYROOT_PYTHONIZE_H 00005 #define PYROOT_PYTHONIZE_H 00006 00007 // Standard 00008 #include <string> 00009 00010 00011 namespace PyROOT { 00012 00013 // make the named ROOT class more python-like 00014 Bool_t Pythonize( PyObject* pyclass, const std::string& name ); 00015 00016 } // namespace PyROOT 00017 00018 #endif // !PYROOT_PYTHONIZE_H