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

A module providing a file object for GTF files. More...

Data Structures

struct  GtfFile
 A file that holds GTF data. More...
 

Functions

static int GtfFile_init (GtfFile *self, PyObject *args, PyObject *kwds)
 Saves the provided filename and checks if it exists.
 
static PyObject * GtfFile_iter (GtfFile *self)
 Creates a GtfReader object from the GtfFile.
 

Variables

PyTypeObject GtfFileType
 The Python type definition for the GtfFile object.
 

Detailed Description

A module providing a file object for GTF files.

Function Documentation

◆ GtfFile_init()

static int GtfFile_init ( GtfFile self,
PyObject *  args,
PyObject *  kwds 
)
static

Saves the provided filename and checks if it exists.

Parameters
self
argsstandard python argument tuple
kwdsunsupported!
Returns
-1 on error
Here is the call graph for this function:

◆ GtfFile_iter()

static PyObject * GtfFile_iter ( GtfFile self)
static

Creates a GtfReader object from the GtfFile.

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

Variable Documentation

◆ GtfFileType

PyTypeObject GtfFileType
extern

The Python type definition for the GtfFile object.