|
eccLib 1.3.0
Python library for bioinformatics written in C
|
Contains the definition of the GtfList view types. More...


Go to the source code of this file.
Data Structures | |
| struct | GtfList_ColumnView |
| struct | GtfList_ColumnIterator |
Functions | |
| int | GtfList_ColumnView_initialise (GtfList_ColumnView *self, GtfList *list, PyObject *column) |
| Initialise a GtfList_ColumnView object. | |
Variables | |
| PyTypeObject | GtfList_ColumnViewType |
| PyTypeObject | GtfList_ColumnIteratorType |
Contains the definition of the GtfList view types.
| int GtfList_ColumnView_initialise | ( | GtfList_ColumnView * | self, |
| GtfList * | list, | ||
| PyObject * | column | ||
| ) |
Initialise a GtfList_ColumnView object.
| self | The GtfList_ColumnView object to initialise |
| list | The underlying GtfList object |
| column | The column index or attribute key |

|
extern |
|
extern |