Package Bio :: Package EUtils :: Module Datatypes :: Class Problem
[hide private]
[frames] | no frames]

Class Problem

source code

Known Subclasses:

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

Instance Methods [hide private]
 
__init__(self, text) source code
 
__eq__(self, other) source code
 
__ne__(self, other) source code
 
__repr__(self) source code
 
__str__(self) source code
Class Variables [hide private]
  ERROR = 'ERROR'
  WARNING = 'WARNING'