danbarrese
11/18/2016 - 9:49 PM

sortable Python object

sortable Python object

class Abc(object):
    def __lt__(self, other):
        return True/False