rpm
5.4.14
|
#include <python/rpmts-py.h>
Data Fields | |
PyObject_HEAD PyObject * | md_dict |
rpmts | ts |
PyObject * | keyList |
FD_t | scriptFd |
rpmtsi | tsi |
rpmElementType | tsiFilter |
rpmprobFilterFlags | ignoreSet |
Definition at line 15 of file rpmts-py.h.
rpmprobFilterFlags rpmtsObject_s::ignoreSet |
Definition at line 24 of file rpmts-py.h.
Referenced by rpmts_new().
PyObject* rpmtsObject_s::keyList |
Definition at line 19 of file rpmts-py.h.
Referenced by rpmts_dealloc(), rpmts_free(), and rpmts_new().
PyObject_HEAD PyObject* rpmtsObject_s::md_dict |
to look like PyModuleObject
Definition at line 17 of file rpmts-py.h.
FD_t rpmtsObject_s::scriptFd |
Definition at line 20 of file rpmts-py.h.
Referenced by rpmts_dealloc(), rpmts_free(), rpmts_new(), and rpmts_setattro().
rpmts rpmtsObject_s::ts |
Definition at line 18 of file rpmts-py.h.
Referenced by if(), rpmts_dealloc(), rpmts_free(), rpmts_GetVSFlags(), rpmts_new(), and rpmts_setattro().
rpmtsi rpmtsObject_s::tsi |
Definition at line 22 of file rpmts-py.h.
Referenced by rpmts_new().
rpmElementType rpmtsObject_s::tsiFilter |
Definition at line 23 of file rpmts-py.h.
Referenced by rpmts_new().