#include <descrobject.h>
Definition at line 25 of file descrobject.h.
Public Attributes | |
char * | name |
int | offset |
void * | function |
wrapperfunc | wrapper |
char * | doc |
int | flags |
PyObject * | name_strobj |
char* doc |
Definition at line 30 of file descrobject.h.
int flags |
Definition at line 31 of file descrobject.h.
void* function |
Definition at line 28 of file descrobject.h.
char* name |
Definition at line 26 of file descrobject.h.
PyObject* name_strobj |
Definition at line 32 of file descrobject.h.
int offset |
Definition at line 27 of file descrobject.h.
wrapperfunc wrapper |
Definition at line 29 of file descrobject.h.