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

python/rpmte-py.c File Reference

More...

#include "system.h"
#include "Python.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_getattr (rpmteObject *o, char *name)
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 112 of file rpmte-py.c.

References rpmteA(), and rpmteObject_s::te.

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

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

References rpmteAddedKey(), and rpmteObject_s::te.

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

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

References rpmteColor(), and rpmteObject_s::te.

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

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

References rpmteDBOffset(), and rpmteObject_s::te.

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

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

References _rpmte_debug.

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

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

References rpmteDegree(), and rpmteObject_s::te.

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

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

References rpmteDependsOnKey(), and rpmteObject_s::te.

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

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

References rpmteDepth(), and rpmteObject_s::te.

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

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

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

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

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

References rpmteE(), and rpmteObject_s::te.

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

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

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

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

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

References rpmteKey(), and rpmteObject_s::te.

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

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

References rpmteN(), and rpmteObject_s::te.

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

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

References rpmteNEVR(), and rpmteObject_s::te.

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

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

References rpmteNpreds(), and rpmteObject_s::te.

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

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

References rpmteO(), and rpmteObject_s::te.

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

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

References rpmteParent(), and rpmteObject_s::te.

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

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

References rpmtePkgFileSize(), and rpmteObject_s::te.

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

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

References rpmteA(), rpmteNEVR(), 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 rpmteR(), and rpmteObject_s::te.

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

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

References rpmteType(), and rpmteObject_s::te.

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

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

References rpmteTree(), and rpmteObject_s::te.

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

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

References rpmteV(), and rpmteObject_s::te.

rpmteObject* rpmte_Wrap rpmte  te  ) 
 

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

References rpmte_Type, and rpmteObject_s::te.

Referenced by rpmts_iternext().


Variable Documentation

char rpmte_doc[] [static]
 

Initial value:

""

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


Generated on Thu Jul 17 22:37:13 2003 for rpm by doxygen1.3