eccLib 1.1.0
Python library for bioinformatics written in C
|
A struct to store a key-value pair. More...
#include <hashmap_ext.h>
Data Fields | |
PyObject * | key |
The Python object containing the key. | |
PyObject * | value |
The Python object containing the value. | |
A struct to store a key-value pair.
This is used to store the two values needed for a Python dict. The functions within this module will allocate memory for these structs and store them in the hashmap
PyObject* map_tuple::key |
The Python object containing the key.
PyObject* map_tuple::value |
The Python object containing the value.