eccLib 1.1.0
Python library for bioinformatics written in C
Loading...
Searching...
No Matches
Data Structures | Functions | Variables
GtfReader

A module providing a reader for GTF files. More...

Data Structures

struct  GtfReader
 A reader that reads GTF files. More...
 

Functions

static PyObject * GtfReader_next (GtfReader *restrict self)
 Retrieves the next line of the opened file and tries parsing it.
 
static void GtfReader_dealloc (GtfReader *restrict self)
 Deallocates the GtfReader.
 

Variables

PyTypeObject GtfReaderType
 The Python type definition for the GtfReader object.
 

Detailed Description

A module providing a reader for GTF files.

Function Documentation

◆ GtfReader_dealloc()

static void GtfReader_dealloc ( GtfReader *restrict  self)
static

Deallocates the GtfReader.

Parameters
self
Here is the call graph for this function:

◆ GtfReader_next()

static PyObject * GtfReader_next ( GtfReader *restrict  self)
static

Retrieves the next line of the opened file and tries parsing it.

Parameters
self
Returns
NULL on error or GtfDict
Here is the call graph for this function:

Variable Documentation

◆ GtfReaderType

PyTypeObject GtfReaderType
extern

The Python type definition for the GtfReader object.