#include <structseq.h>
Definition at line 15 of file structseq.h.
Public Attributes | |
| char * | name |
| char * | doc |
| struct PyStructSequence_Field * | fields |
| int | n_in_sequence |
| char* doc |
Definition at line 17 of file structseq.h.
| struct PyStructSequence_Field* fields |
Definition at line 18 of file structseq.h.
| int n_in_sequence |
Definition at line 19 of file structseq.h.
| char* name |
Definition at line 16 of file structseq.h.