Logo ROOT  
Reference Guide
Pythonize.h
Go to the documentation of this file.
1#ifndef CPYCPPYY_PYTHONIZE_H
2#define CPYCPPYY_PYTHONIZE_H
3
4// Standard
5#include <string>
6
7
8namespace CPyCppyy {
9
10// make the named C++ class more python-like
11bool Pythonize(PyObject* pyclass, const std::string& name);
12
13} // namespace CPyCppyy
14
15#endif // !CPYCPPYY_PYTHONIZE_H
_object PyObject
Definition: PyMethodBase.h:41
char name[80]
Definition: TGX11.cxx:109
bool Pythonize(PyObject *pyclass, const std::string &name)
Definition: Pythonize.cxx:1001