Trees | Indices | Help |
---|
|
object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | exceptions.Warning --+ | BiopythonWarning --+ | BiopythonParserWarning
Biopython parser warning.
Some in-valid data files cannot be parsed and will trigger an exception. Where a reasonable interpretation is possible, Biopython will issue this warning to indicate a potential problem. To silence these warnings, use:
>>> import warnings >>> from Bio import BiopythonParserWarning >>> warnings.simplefilter('ignore', BiopythonParserWarning)
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 |