rpm
5.4.15
|
Go to the source code of this file.
Data Structures | |
struct | rpmfdObject_s |
Type: _rpm.fd | |
#define | rpmfdObject_Check(v) ((v)->ob_type == &rpmfd_Type) |
typedef struct rpmfdObject_s | rpmfdObject |
PyTypeObject | rpmfd_Type |
rpmfdObject * | rpmfd_Wrap (FD_t fd) |
#define rpmfdObject_Check | ( | v | ) | ((v)->ob_type == &rpmfd_Type) |
Definition at line 24 of file rpmfd-py.h.
typedef struct rpmfdObject_s rpmfdObject |
rpmfdObject* rpmfd_Wrap | ( | FD_t | fd | ) |
Definition at line 328 of file rpmfd-py.c.
References rpmfdObject_s::fd.
PyTypeObject rpmfd_Type |
Definition at line 281 of file rpmfd-py.c.
Referenced by init_rpm().