Go to the documentation of this file.
25 #ifndef ZOO_SERVICE_INTERNAL_PYTHON_H
26 #define ZOO_SERVICE_INTERNAL_PYTHON_H 1
int zoo_python_support(maps **, map *, service *, maps **, maps **)
Load a Python module then run the function corresponding to the service by passing the conf,...
Definition: service_internal_python.c:154
map * mapFromPyDict(PyDictObject *t)
Convert a Python dictionary to a map.
Definition: service_internal_python.c:735
PyObject * PythonTranslate(PyObject *, PyObject *)
Use the ZOO-Services messages translation function from the Python environment.
Definition: service_internal_python.c:887
PyObject * PythonDebugMessage(PyObject *, PyObject *)
ZOO-API equivalent to logger.debug() in Python.
Definition: service_internal_python.c:1029
Metadata information about a full Service.
Definition: service.h:775
PyObject * PythonErrorMessage(PyObject *, PyObject *)
ZOO-API equivalent to logger.debug() in Python.
Definition: service_internal_python.c:1085
maps * mapsFromPyDict(PyDictObject *t)
Convert a Python dictionary to a maps.
Definition: service_internal_python.c:638
PyObject * PythonCriticalMessage(PyObject *, PyObject *)
ZOO-API equivalent to logger.debug() in Python.
Definition: service_internal_python.c:1099
PyObject * PythonSuccessMessage(PyObject *, PyObject *)
ZOO-API equivalent to logger.debug() in Python.
Definition: service_internal_python.c:1057
PyObject * PythonWarningMessage(PyObject *, PyObject *)
ZOO-API equivalent to logger.debug() in Python.
Definition: service_internal_python.c:1071
linked list of map pointer
Definition: service.h:738
KVP linked list.
Definition: service.h:717
PyDictObject * PyDict_FromMaps(maps *t)
Convert a maps to a Python dictionary.
Definition: service_internal_python.c:456
PyObject * PythonTraceMessage(PyObject *, PyObject *)
ZOO-API equivalent to logger.debug() in Python.
Definition: service_internal_python.c:1015
void PythonZooReport(maps **, const char *, int)
Report Python error which may occur on loading the Python module or at runtime.
Definition: service_internal_python.c:371
PyDictObject * PyDict_FromMap(map *t)
Convert a map to a Python dictionary.
Definition: service_internal_python.c:490
PyObject * PythonInfoMessage(PyObject *, PyObject *)
ZOO-API equivalent to logger.debug() in Python.
Definition: service_internal_python.c:1043
int zoo_redirect_python_logs(void)
PyObject * PythonUpdateStatus(PyObject *, PyObject *)
Update the ongoing status of a running service from the Python environment.
Definition: service_internal_python.c:908