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:147
map * mapFromPyDict(PyDictObject *t)
Convert a Python dictionary to a map.
Definition: service_internal_python.c:695
PyObject * PythonTranslate(PyObject *, PyObject *)
Use the ZOO-Services messages translation function from the Python environment.
Definition: service_internal_python.c:845
maps * mapsFromPyDict(PyDictObject *t)
Convert a Python dictionary to a maps.
Definition: service_internal_python.c:604
linked list of map pointer
Definition: main_conf_read.y:292
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:350
KVP linked list.
Definition: service.h:244
PyDictObject * PyDict_FromMaps(maps *t)
Convert a maps to a Python dictionary.
Definition: service_internal_python.c:427
Metadata information about a full Service.
Definition: main_conf_read.y:329
PyDictObject * PyDict_FromMap(map *t)
Convert a map to a Python dictionary.
Definition: service_internal_python.c:459
PyObject * PythonUpdateStatus(PyObject *, PyObject *)
Update the ongoing status of a running service from the Python environment.
Definition: service_internal_python.c:866