#include "system.h"
#include "Python.h"
#include <rpmlib.h>
#include "rpmal-py.h"
#include "rpmds-py.h"
#include "rpmfi-py.h"
#include "debug.h"
Go to the source code of this file.
Functions | |
PyObject * | rpmal_Debug (rpmalObject *s, PyObject *args) |
PyObject * | rpmal_Add (rpmalObject *s, PyObject *args) |
PyObject * | rpmal_Del (rpmalObject *s, PyObject *args) |
PyObject * | rpmal_AddProvides (rpmalObject *s, PyObject *args) |
PyObject * | rpmal_MakeIndex (rpmalObject *s, PyObject *args) |
void | rpmal_dealloc (rpmalObject *s) |
PyObject * | rpmal_getattr (rpmalObject *s, char *name) |
rpmalObject * | rpmal_Wrap (rpmal al) |
Variables | |
PyMethodDef | rpmal_methods [] |
char | rpmal_doc [] |
PyTypeObject | rpmal_Type |
Definition in file rpmal-py.c.
|
Definition at line 32 of file rpmal-py.c. References rpmalObject_s::al, alKey, rpmdsObject_s::ds, rpmfiObject_s::fi, and rpmalAdd(). |
|
Definition at line 67 of file rpmal-py.c. References rpmalObject_s::al, alKey, rpmdsObject_s::ds, and rpmalAddProvides(). |
|
Definition at line 118 of file rpmal-py.c. References rpmalObject_s::al, and rpmalFree(). |
|
Definition at line 22 of file rpmal-py.c. |
|
Definition at line 51 of file rpmal-py.c. References rpmalObject_s::al, alKey, and rpmalDel(). |
|
Definition at line 128 of file rpmal-py.c. References rpmal_methods. |
|
Definition at line 85 of file rpmal-py.c. References rpmalObject_s::al, and rpmalMakeIndex(). |
|
Definition at line 193 of file rpmal-py.c. References rpmalObject_s::al, and rpmal_Type. |
|
Initial value:
"" Definition at line 137 of file rpmal-py.c. |
|
Initial value: { {"Debug", (PyCFunction)rpmal_Debug, METH_VARARGS, NULL}, {"add", (PyCFunction)rpmal_Add, METH_VARARGS, NULL}, {"delete", (PyCFunction)rpmal_Del, METH_VARARGS, NULL}, {"addProvides",(PyCFunction)rpmal_AddProvides, METH_VARARGS, NULL}, {"makeIndex",(PyCFunction)rpmal_MakeIndex, METH_VARARGS, NULL}, {NULL, NULL } } Definition at line 100 of file rpmal-py.c. Referenced by rpmal_getattr(). |
|
Definition at line 142 of file rpmal-py.c. Referenced by rpmal_Wrap(). |