#include "system.h"
#include <rpmio_internal.h>
#include <rpmcli.h>
#include <rpmdb.h>
#include "legacy.h"
#include "misc.h"
#include "header_internal.h"
#include "header-py.h"
#include "rpmal-py.h"
#include "rpmds-py.h"
#include "rpmfd-py.h"
#include "rpmfts-py.h"
#include "rpmfi-py.h"
#include "rpmmi-py.h"
#include "rpmps-py.h"
#include "rpmrc-py.h"
#include "rpmte-py.h"
#include "rpmts-py.h"
#include "spec-py.h"
#include "debug.h"
Go to the source code of this file.
Module: rpm | |
static PyObject * | archScore (PyObject *self, PyObject *args, PyObject *kwds) |
static PyObject * | setLogFile (PyObject *self, PyObject *args, PyObject *kwds) |
static PyObject * | setVerbosity (PyObject *self, PyObject *args, PyObject *kwds) |
static PyObject * | setEpochPromote (PyObject *self, PyObject *args, PyObject *kwds) |
static PyObject * | setStats (PyObject *self, PyObject *args, PyObject *kwds) |
void | init_rpm (void) |
PyObject * | pyrpmError |
static PyMethodDef | rpmModuleMethods [] |
static char | rpm__doc__ [] |
Defines | |
#define | REGISTER_ENUM(val) |
Definition in file rpmmodule.c.
|
Value: PyDict_SetItemString(d, #val, o=PyInt_FromLong( val )); \ Py_DECREF(o); Referenced by init_rpm(). |
|
Definition at line 46 of file rpmmodule.c. References RPM_MACHTABLE_INSTARCH, and rpmMachineScore(). Referenced by archFilter(). |
|
|
Definition at line 105 of file rpmmodule.c. References _rpmds_nopromote. |
|
Definition at line 62 of file rpmmodule.c. References pyrpmError, and rpmlogSetFile(). |
|
Definition at line 119 of file rpmmodule.c. References _rpmts_stats. |
|
Definition at line 88 of file rpmmodule.c. References rpmSetVerbosity. |
|
Initial value:
""
Definition at line 184 of file rpmmodule.c. Referenced by init_rpm(). |
|
Definition at line 132 of file rpmmodule.c. Referenced by init_rpm(). |