#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, PyObject *kwds) |
Variables | |
| PyTypeObject | rpmts_Type |
Definition in file rpmts-py.h.
| typedef struct rpmtsObject_s rpmtsObject |
| anonymous enum |
| RPMDEP_SENSE_REQUIRES | requirement not satisfied. |
| RPMDEP_SENSE_CONFLICTS | conflict was found. |
Definition at line 26 of file rpmts-py.h.
| rpmtsObject* rpmts_Create | ( | PyObject * | s, | |
| PyObject * | args, | |||
| PyObject * | kwds | |||
| ) |
Definition at line 1687 of file rpmts-py.c.
References _rpmts_debug, rpmtsObject_s::keyList, rpmExpandNumeric(), rpmtsCreate(), rpmtsSetRootDir(), rpmtsSetVSFlags(), rpmtsObject_s::scriptFd, rpmtsObject_s::ts, rpmtsObject_s::tsi, rpmtsObject_s::tsiFilter, and vsflags.
1.5.2