Maq.py -

Author:Andreas Heger
Release:$Id$
Date:December 09, 2013
Tags:Python

Code

exception Maq.Error

Bases: exceptions.Exception

Base class for exceptions in this module.

exception Maq.ParsingError(message, line=None)

Bases: Maq.Error

Exception raised for errors while parsing

Attributes:
message – explanation of the error
class Maq.Match

a maq match.

Maq.iterator(infile)

iterate over the contents of a maq file.

Table Of Contents

Previous topic

<no title>

Next topic

<no title>

This Page