Package mmLib :: Module mmTypes
[show private | hide private]
[frames | no frames]

Module mmLib.mmTypes

Specialized types used by mmLib.
Classes
FragmentID A fragment ID class acts a lot like a string, but separates the res_seq and icode internally.

Function Summary
  debug(x)
Writes debugging output to the file given in the environment variable MMLIB_DEBUG.
  fatal(x)
Fatal errors.
  warning(x)
Writes warnings out to the file given in the environment variable MMLIB_WARNING.

Variable Summary
bool _DEBUG = False

Function Details

debug(x)

Writes debugging output to the file given in the environment variable MMLIB_DEBUG. This can be set to a file path, "stdout", "stderr", or a empty string for no action. It writes to the file mmlib_warning.txt by default.

fatal(x)

Fatal errors.

warning(x)

Writes warnings out to the file given in the environment variable MMLIB_WARNING. This can be set to a file path, "stdout", "stderr", or a empty string for no action. It writes to the file mmlib_warning.txt by default.

Variable Details

_DEBUG

Type:
bool
Value:
False                                                                  

Generated by Epydoc 2.1 on Mon Mar 6 15:12:41 2006 http://epydoc.sf.net