| Trees | Indices | Help |
|---|
|
|
object --+
|
exceptions.BaseException --+
|
exceptions.Exception --+
|
exceptions.Warning --+
|
BiopythonWarning
Biopython warning.
Biopython should use this warning (or subclasses of it), making it easy to silence all our warning messages should you wish to:
>>> import warnings >>> from Bio import BiopythonWarning >>> warnings.simplefilter('ignore', BiopythonWarning)
Consult the warnings module documentation for more details.
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 18 18:19:24 2011 | http://epydoc.sourceforge.net |