#include "rpmts.h"
Go to the source code of this file.
Data Structures | |
struct | rpmtsObject_s |
Typedefs | |
typedef rpmtsObject_s | rpmtsObject |
Enumerations | |
enum | { RPMDEP_SENSE_REQUIRES, RPMDEP_SENSE_CONFLICTS } |
Functions | |
rpmtsObject * | rpmts_Create (PyObject *s, PyObject *args) |
Variables | |
PyTypeObject | rpmts_Type |
Definition in file rpmts-py.h.
|
|
|
Definition at line 25 of file rpmts-py.h. |
|
Definition at line 1533 of file rpmts-py.c. References rpmtsObject_s::keyList, rpmExpandNumeric(), rpmts_Type, rpmtsCreate(), rpmtsSetRootDir(), rpmtsSetVSFlags(), rpmtsObject_s::scriptFd, rpmtsObject_s::ts, rpmtsObject_s::tsi, and rpmtsObject_s::tsiFilter. |
|
Definition at line 22 of file rpmts-py.h. Referenced by rpmts_Create(). |