class documentation
class BabelImageComparator:
Comparator for BabelImages which sorts by source.
Static Method | compare |
Compare two BabelImages |
Compare two BabelImages
Parameters | |
b1:BabelImage | First BabelImage. |
b2:BabelImage | Second BabelImage. |
Returns | |
int | Compare result. |
Raises | |
NotImplemented | If b1 xor b2 are not instance of BabelExample |