The Gaudi Framework
v30r3 (a5ef0a68)
|
#include "Python.h"
#include <array>
#include <sstream>
#include "GaudiKernel/Kernel.h"
#include "GaudiPython/GaudiPython.h"
Go to the source code of this file.
Classes | |
class | GaudiPython::CallbackStreamBuf |
class | GaudiPython::CallbackStreamBuf::PyObject_t |
Namespaces | |
GaudiPython | |
GaudiPython.h GaudiPython/GaudiPython.h. | |
Functions | |
int GAUDI_API | GaudiPython::call_python_method (PyObject *self, const char *method, char *buf) |
call a python method with a string as an argument More... | |