A module providing a file object for Fasta files.
More...
A module providing a file object for Fasta files.
◆ FastaFile_init()
| static int FastaFile_init |
( |
FastaFile * |
self, |
|
|
PyObject * |
args, |
|
|
PyObject * |
kwds |
|
) |
| |
|
static |
Saves the provided filename and checks if it exists.
- Parameters
-
| self | |
| args | standard python argument tuple |
| kwds | unsupported! |
- Returns
- -1 on error
◆ FastaFile_iter()
| static PyObject * FastaFile_iter |
( |
FastaFile * |
self | ) |
|
|
static |
◆ FastaFileType
| PyTypeObject FastaFileType |
|
extern |
The Python type definition for the FastaFile object.