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 Sat Aug 20 10:37:30 2011 | http://epydoc.sourceforge.net |