Home | Trees | Index | Help |
|
---|
Package mmLib :: Module mmTypes |
|
Classes | |
---|---|
FragmentID |
A fragment ID class acts a lot like a string, but separates the res_seq and icode internally. |
Function Summary | |
---|---|
Writes debugging output to the file given in the environment variable MMLIB_DEBUG. | |
Fatal errors. | |
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
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Mar 6 15:12:41 2006 | http://epydoc.sf.net |