class documentation

class BabelImageComparator:

View In Hierarchy

Comparator for BabelImages which sorts by source.

Static Method compare Compare two BabelImages
@staticmethod
def compare(b1, b2):

Compare two BabelImages

Parameters
b1:BabelImageFirst BabelImage.
b2:BabelImageSecond BabelImage.
Returns
intCompare result.
Raises
NotImplementedIf b1 xor b2 are not instance of BabelExample