#include <Python.h>
Idź do kodu źródłowego tego pliku.
PyObject* ekg_plugin_get_attr |
( |
ekg_pluginObj * |
self, |
|
|
char * |
attr |
|
) |
| |
int ekg_plugin_init |
( |
ekg_pluginObj * |
self, |
|
|
PyObject * |
args, |
|
|
PyObject * |
kwds |
|
) |
| |
PyObject* ekg_plugin_is_loaded |
( |
ekg_pluginObj * |
self, |
|
|
PyObject * |
args |
|
) |
| |
PyObject* ekg_plugin_load |
( |
ekg_pluginObj * |
self, |
|
|
PyObject * |
args |
|
) |
| |
PyObject* ekg_plugin_unload |
( |
ekg_pluginObj * |
self, |
|
|
PyObject * |
args |
|
) |
| |
staticforward PyMethodDef ekg_plugin_methods[] |
Wartość początkowa:= {
}
#define NULL
Definition: oralog.c:49
PyObject * ekg_plugin_load(ekg_pluginObj *self, PyObject *args)
Definition: python-plugin.c:97
PyObject * ekg_plugin_is_loaded(ekg_pluginObj *self, PyObject *args)
Definition: python-plugin.c:128
PyObject * ekg_plugin_unload(ekg_pluginObj *self, PyObject *args)
Definition: python-plugin.c:147
PyTypeObject ekg_plugin_type |
|
static |