GraphTools.py -

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

Code

exception GraphTools.Error

Bases: exceptions.Exception

Base class for exceptions in this module.

exception GraphTools.InputError(message)

Bases: GraphTools.Error

Exception raised for errors in the input.

Attributes:
expression – input expression in which the error occurred message – explanation of the error
exception GraphTools.RuntimeError(message)

Bases: GraphTools.Error

Exception raised for errors in the input.

Attributes:
expression – input expression in which the error occurred message – explanation of the error

Table Of Contents

Previous topic

Sockets.py - working with sockets

Next topic

Cluster.py - module for running a job in parallel on the cluster

This Page