Trees | Index | Help |
---|
Package Bio :: Package EUtils :: Module Datatypes :: Class Problem |
|
ErrorProblem
,
WarningProblem
Base class for Search Errors or Warnings A problem has: text -- the text of the problem severity -- either Problem.ERROR or Problem.WARNING category -- how NCBI categorizes this problem
Method Summary | |
---|---|
__init__(self,
text)
| |
__eq__(self,
other)
| |
__ne__(self,
other)
| |
__repr__(self)
| |
__str__(self)
|
Class Variable Summary | |
---|---|
str |
ERROR = 'ERROR'
|
str |
WARNING = 'WARNING'
|
Class Variable Details |
---|
ERROR
|
WARNING
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Aug 27 16:13:13 2007 | http://epydoc.sf.net |