Trees | Indices | Help |
---|
|
object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | exceptions.Warning --+ | BiopythonWarning --+ | BiopythonDeprecationWarning
Biopython deprecation warning.
Biopython uses this warning instead of the built in DeprecationWarning since those are ignored by default since Python 2.7.
To silence all our deprecation warning messages, use:
>>> import warnings >>> from Bio import BiopythonDeprecationWarning >>> warnings.simplefilter('ignore', BiopythonDeprecationWarning)
Code marked as deprecated is likely to be removed in a future version of Biopython. To avoid removal of this code, please contact the Biopython developers by sending an email to biopython-dev@biopython.org.
|
|||
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 |