method: test.collect.Class.__ne__

*Not documented*
    def __ne__(self, other):

origin: test.collect.Collector

where:

function source:

def __ne__(self, other):
    return not self == other