1 #ifndef GAUDIPYTHON_CALLBACKSTREAMBUF_H 2 #define GAUDIPYTHON_CALLBACKSTREAMBUF_H 23 PyObject_t( PyObject *obj =
nullptr) : m_obj( obj ) {
if (m_obj) Py_INCREF(m_obj); }
25 PyObject *
get() {
return m_obj; }
PyObject_t(PyObject *obj=nullptr)
std::array< char, 512 > m_callbackBuff
GaudiPython.h GaudiPython/GaudiPython.h.
GAUDI_API StatusCode call_python_method(PyObject *self, const char *method)
call the python method