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

Class Problem

Known Subclasses:
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

Type:
str
Value:
'ERROR'                                                                

WARNING

Type:
str
Value:
'WARNING'                                                              

Generated by Epydoc 2.1 on Thu Mar 31 20:15:46 2005 http://epydoc.sf.net