| Trees | Index | Help |
|---|
| Package Bio :: Package EUtils :: Module Datatypes :: Class Problem |
|
ErrorProblem,
WarningProblemBase 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 Wed Jan 31 09:57:59 2007 | http://epydoc.sf.net |