12typedef _object PyObject;
14typedef _typeobject PyTypeObject;
44 PyObject* (*message_create_new)(dballe::MessageType);
47 PyObject* (*message_create)(std::shared_ptr<dballe::Message>);
C++ functions exported by the wreport python bindings, to be used by other C++ bindings.
Definition: python.h:30
unsigned version_minor
C API minor version (updated on backwards-compatible changes)
Definition: python.h:38
PyTypeObject * message_type
dballe.Message type
Definition: python.h:41
unsigned version_major
C API major version (updated on incompatible changes)
Definition: python.h:35