ekg2
 All Struktury Danych Pliki Funkcje Zmienne Definicje typów Wyliczenia Wartości wyliczeń Definicje Grupay Strony
Struktury danych | Funkcje | Zmienne
Dokumentacja pliku python-config.h
#include <Python.h>

Idź do kodu źródłowego tego pliku.

Struktury danych

struct  ekg_configObj

Funkcje

void ekg_config_dealloc (PyObject *o)
int ekg_config_len (ekg_configObj *self)
PyObject * ekg_config_get (ekg_configObj *self, PyObject *key)
PyObject * ekg_config_set (ekg_configObj *self, PyObject *key, PyObject *value)

Zmienne

static PyMappingMethods _config_mapping
static PyTypeObject ekg_config_type

Dokumentacja funkcji

void ekg_config_dealloc ( PyObject *  o)

ekg_config_dealloc()

deallocation of config object

PyObject* ekg_config_get ( ekg_configObj self,
PyObject *  key 
)

ekg_config_get()

return config option with given name

int ekg_config_len ( ekg_configObj self)

ekg_config_len()

return length of config object sequence

PyObject* ekg_config_set ( ekg_configObj self,
PyObject *  key,
PyObject *  value 
)

ekg_config_set()

set configuration option

Dokumentacja zmiennych

PyMappingMethods _config_mapping
static
Wartość początkowa:
{
(inquiry) ekg_config_len,
(binaryfunc) ekg_config_get,
(objobjargproc) ekg_config_set
}
PyTypeObject ekg_config_type
static
Wartość początkowa:
{
PyObject_HEAD_INIT(NULL)
0,
"config",
sizeof(PyObject),
0,
0,
0,
0,
0,
0,
0,
0,
}