rpm
5.4.15
|
#include "rpmts.h"
Go to the source code of this file.
Data Structures | |
struct | rpmtsObject_s |
Type: _rpm.ts | |
#define | rpmtsObject_Check(v) ((v)->ob_type == &rpmts_Type) |
enum | { RPMDEP_SENSE_REQUIRES, RPMDEP_SENSE_CONFLICTS } |
typedef struct rpmtsObject_s | rpmtsObject |
PyTypeObject | rpmts_Type |
PyObject * | rpmts_Create (PyObject *s, PyObject *args, PyObject *kwds) |
#define rpmtsObject_Check | ( | v | ) | ((v)->ob_type == &rpmts_Type) |
Definition at line 31 of file rpmts-py.h.
typedef struct rpmtsObject_s rpmtsObject |
anonymous enum |
Enumerator | |
---|---|
RPMDEP_SENSE_REQUIRES |
requirement not satisfied. |
RPMDEP_SENSE_CONFLICTS |
conflict was found. |
Definition at line 34 of file rpmts-py.h.
PyObject* rpmts_Create | ( | PyObject * | s, |
PyObject * | args, | ||
PyObject * | kwds | ||
) |
Definition at line 1697 of file rpmts-py.c.
PyTypeObject rpmts_Type |
Definition at line 1648 of file rpmts-py.c.
Referenced by init_rpm().