rpm
5.4.14
|
#include <python/rpmds-py.h>
Data Fields | |
PyObject_HEAD PyObject * | md_dict |
int | active |
rpmds | ds |
Definition at line 15 of file rpmds-py.h.
int rpmdsObject_s::active |
Definition at line 18 of file rpmds-py.h.
Referenced by rpmds_init(), and rpmds_Wrap().
rpmds rpmdsObject_s::ds |
Definition at line 20 of file rpmds-py.h.
Referenced by dsFromDs(), if(), rpmds_free(), rpmds_init(), rpmds_new(), rpmds_Wrap(), and switch().
PyObject_HEAD PyObject* rpmdsObject_s::md_dict |
to look like PyModuleObject
Definition at line 17 of file rpmds-py.h.