|
Gaudi Framework, version v21r7p1 |
| Home | Generated: 15 Feb 2010 |
#include "GaudiKernel/Bootstrap.h"#include <sstream>#include "Python.h"#include "GaudiPython/GaudiPython.h"#include "GaudiPython/CallbackStreamBuf.h"

Go to the source code of this file.
Defines | |
| #define | min(a, b) (((a)<(b))?(a):(b)) |
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 | |