PyTypeObject GtfFileType
The Python type definition for the GtfFile object.
Definition GtfReader.c:82
PyTypeObject GtfReaderType
The Python type definition for the GtfReader object.
Definition GtfReader.c:162
Contains the declarations for our extension of the hashmap module.
header for the reader module
A file that holds GTF data.
Definition GtfReader.h:59
PyObject * attr_tp
Mapping from attribute key to converter callable for the value, or None.
Definition GtfReader.h:65
struct file base
Definition GtfReader.h:60
A reader that reads GTF files.
Definition GtfReader.h:32
PyObject * attr_tp
Mapping from attribute key to converter callable for the value, or None.
Definition GtfReader.h:50
hashmap_t attr_vals
The hashmap value cache.
Definition GtfReader.h:45
struct reader base
Definition GtfReader.h:33
hashmap_t attr_keys
The hashmap key cache.
Definition GtfReader.h:39
File base struct.
Definition reader.h:71
Reader base struct.
Definition reader.h:33