#include <structmember.h>
Definition at line 36 of file structmember.h.
Public Attributes | |
char * | name |
int | type |
Py_ssize_t | offset |
int | flags |
char * | doc |
char* doc |
Definition at line 42 of file structmember.h.
int flags |
Definition at line 41 of file structmember.h.
char* name |
Definition at line 38 of file structmember.h.
Py_ssize_t offset |
Definition at line 40 of file structmember.h.
int type |
Definition at line 39 of file structmember.h.