Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

rpmte-py.c File Reference

#include "system.h"
#include <rpmlib.h>
#include "header-py.h"
#include "rpmds-py.h"
#include "rpmfi-py.h"
#include "rpmte-py.h"
#include "debug.h"

Go to the source code of this file.

Class: Rpmte

PyObject * rpmte_Debug (rpmteObject *s, PyObject *args)
PyObject * rpmte_TEType (rpmteObject *s, PyObject *args)
PyObject * rpmte_N (rpmteObject *s, PyObject *args)
PyObject * rpmte_E (rpmteObject *s, PyObject *args)
PyObject * rpmte_V (rpmteObject *s, PyObject *args)
PyObject * rpmte_R (rpmteObject *s, PyObject *args)
PyObject * rpmte_A (rpmteObject *s, PyObject *args)
PyObject * rpmte_O (rpmteObject *s, PyObject *args)
PyObject * rpmte_NEVR (rpmteObject *s, PyObject *args)
PyObject * rpmte_Color (rpmteObject *s, PyObject *args)
PyObject * rpmte_PkgFileSize (rpmteObject *s, PyObject *args)
PyObject * rpmte_Depth (rpmteObject *s, PyObject *args)
PyObject * rpmte_Npreds (rpmteObject *s, PyObject *args)
PyObject * rpmte_Degree (rpmteObject *s, PyObject *args)
PyObject * rpmte_Parent (rpmteObject *s, PyObject *args)
PyObject * rpmte_Tree (rpmteObject *s, PyObject *args)
PyObject * rpmte_AddedKey (rpmteObject *s, PyObject *args)
PyObject * rpmte_DependsOnKey (rpmteObject *s, PyObject *args)
PyObject * rpmte_DBOffset (rpmteObject *s, PyObject *args)
PyObject * rpmte_Key (rpmteObject *s, PyObject *args)
PyObject * rpmte_DS (rpmteObject *s, PyObject *args)
PyObject * rpmte_FI (rpmteObject *s, PyObject *args)
int rpmte_print (rpmteObject *s, FILE *fp, int flags)
PyObject * rpmte_getattro (PyObject *o, PyObject *n)
int rpmte_setattro (PyObject *o, PyObject *n, PyObject *v)
rpmteObjectrpmte_Wrap (rpmte te)
PyMethodDef rpmte_methods []
char rpmte_doc []
PyTypeObject rpmte_Type


Detailed Description

Definition in file rpmte-py.c.


Function Documentation

PyObject* rpmte_A rpmteObject s,
PyObject *  args
[static]
 

Definition at line 113 of file rpmte-py.c.

References rpmteA(), rpmteObject, and rpmteObject_s::te.

PyObject* rpmte_AddedKey rpmteObject s,
PyObject *  args
[static]
 

Definition at line 203 of file rpmte-py.c.

References rpmteAddedKey(), rpmteObject, and rpmteObject_s::te.

PyObject* rpmte_Color rpmteObject s,
PyObject *  args
[static]
 

Definition at line 140 of file rpmte-py.c.

References rpmteColor(), rpmteObject, and rpmteObject_s::te.

PyObject* rpmte_DBOffset rpmteObject s,
PyObject *  args
[static]
 

Definition at line 221 of file rpmte-py.c.

References rpmteDBOffset(), rpmteObject, and rpmteObject_s::te.

PyObject* rpmte_Debug rpmteObject s,
PyObject *  args
[static]
 

Definition at line 57 of file rpmte-py.c.

References _rpmte_debug, and rpmteObject.

PyObject* rpmte_Degree rpmteObject s,
PyObject *  args
[static]
 

Definition at line 176 of file rpmte-py.c.

References rpmteDegree(), rpmteObject, and rpmteObject_s::te.

PyObject* rpmte_DependsOnKey rpmteObject s,
PyObject *  args
[static]
 

Definition at line 212 of file rpmte-py.c.

References rpmteDependsOnKey(), rpmteObject, and rpmteObject_s::te.

PyObject* rpmte_Depth rpmteObject s,
PyObject *  args
[static]
 

Definition at line 158 of file rpmte-py.c.

References rpmteDepth(), rpmteObject, and rpmteObject_s::te.

PyObject* rpmte_DS rpmteObject s,
PyObject *  args
[static]
 

Definition at line 248 of file rpmte-py.c.

References rpmds, rpmds_Wrap(), rpmdsLink, rpmTag, rpmteDS(), rpmteObject, tagNumFromPyObject(), and rpmteObject_s::te.

PyObject* rpmte_E rpmteObject s,
PyObject *  args
[static]
 

Definition at line 86 of file rpmte-py.c.

References rpmteE(), rpmteObject, and rpmteObject_s::te.

PyObject* rpmte_FI rpmteObject s,
PyObject *  args
[static]
 

Definition at line 279 of file rpmte-py.c.

References rpmfi, rpmfi_Wrap(), rpmfiLink, rpmTag, rpmteFI(), rpmteObject, tagNumFromPyObject(), and rpmteObject_s::te.

PyObject* rpmte_getattro PyObject *  o,
PyObject *  n
[static]
 

Definition at line 391 of file rpmte-py.c.

PyObject* rpmte_Key rpmteObject s,
PyObject *  args
[static]
 

Definition at line 230 of file rpmte-py.c.

References rpmteKey(), rpmteObject, and rpmteObject_s::te.

PyObject* rpmte_N rpmteObject s,
PyObject *  args
[static]
 

Definition at line 77 of file rpmte-py.c.

References rpmteN(), rpmteObject, and rpmteObject_s::te.

PyObject* rpmte_NEVR rpmteObject s,
PyObject *  args
[static]
 

Definition at line 131 of file rpmte-py.c.

References rpmteNEVR(), rpmteObject, and rpmteObject_s::te.

PyObject* rpmte_Npreds rpmteObject s,
PyObject *  args
[static]
 

Definition at line 167 of file rpmte-py.c.

References rpmteNpreds(), rpmteObject, and rpmteObject_s::te.

PyObject* rpmte_O rpmteObject s,
PyObject *  args
[static]
 

Definition at line 122 of file rpmte-py.c.

References rpmteO(), rpmteObject, and rpmteObject_s::te.

PyObject* rpmte_Parent rpmteObject s,
PyObject *  args
[static]
 

Definition at line 185 of file rpmte-py.c.

References rpmteObject, rpmteParent(), and rpmteObject_s::te.

PyObject* rpmte_PkgFileSize rpmteObject s,
PyObject *  args
[static]
 

Definition at line 149 of file rpmte-py.c.

References rpmteObject, rpmtePkgFileSize(), and rpmteObject_s::te.

int rpmte_print rpmteObject s,
FILE *  fp,
int  flags
[static]
 

Definition at line 375 of file rpmte-py.c.

References rpmteA(), rpmteNEVR(), rpmteObject, rpmteType(), rpmteObject_s::te, TR_ADDED, and TR_REMOVED.

PyObject* rpmte_R rpmteObject s,
PyObject *  args
[static]
 

Definition at line 104 of file rpmte-py.c.

References rpmteObject, rpmteR(), and rpmteObject_s::te.

int rpmte_setattro PyObject *  o,
PyObject *  n,
PyObject *  v
[static]
 

Definition at line 397 of file rpmte-py.c.

PyObject* rpmte_TEType rpmteObject s,
PyObject *  args
[static]
 

Definition at line 68 of file rpmte-py.c.

References rpmteObject, rpmteType(), and rpmteObject_s::te.

PyObject* rpmte_Tree rpmteObject s,
PyObject *  args
[static]
 

Definition at line 194 of file rpmte-py.c.

References rpmteObject, rpmteTree(), and rpmteObject_s::te.

PyObject* rpmte_V rpmteObject s,
PyObject *  args
[static]
 

Definition at line 95 of file rpmte-py.c.

References rpmteObject, rpmteV(), and rpmteObject_s::te.

rpmteObject* rpmte_Wrap rpmte  te  ) 
 

Definition at line 459 of file rpmte-py.c.

References rpmte_Type, rpmteObject, and rpmteObject_s::te.

Referenced by rpmts_iternext().


Variable Documentation

char rpmte_doc[] [static]
 

Initial value:

""

Definition at line 406 of file rpmte-py.c.


Generated on Tue Nov 8 19:52:07 2005 for rpm by  doxygen 1.3.9.1