TestResultCounter::Ob Class Reference

List of all members.

Public Member Functions

def __init__
def __str__
def __cmp__


Detailed Description

Definition at line 10 of file TestResultCounter.py.


Member Function Documentation

def TestResultCounter::Ob::__cmp__ (   self,
  other 
)

Definition at line 19 of file TestResultCounter.py.

00019                                :
00020           return self._val - other._val
00021          
class Ct:

def TestResultCounter::Ob::__init__ (   self,
  val,
  typ 
)

Definition at line 12 of file TestResultCounter.py.

00012                                    :
00013           self._val = val
00014           self._typ = typ
00015          
     def __str__( self ):

def TestResultCounter::Ob::__str__ (   self  ) 

Definition at line 16 of file TestResultCounter.py.

00016                         :
00017           return "<Ob  %s, %s>" % ( self._val, self._typ )
00018          
     def __cmp__( self, other ):


The documentation for this class was generated from the following file:

Generated on Sun Mar 22 09:59:14 2009 for Multiperfect Number Generator by  doxygen 1.5.8