11#include "../hashmap_ext.h"
PyTypeObject GtfFileType
The Python type definition for the GtfFile object.
Definition GtfReader.c:83
PyTypeObject GtfReaderType
The Python type definition for the GtfReader object.
Definition GtfReader.c:163
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
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
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