method: test.Function.__ne__

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

origin: test.collect.Collector

where:

function source:

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

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/test/testing/test_collect.py

traceback test.Function.__ne__.0

called in /home/johnny/projects/merlinux/py/dist/py/test/testing/test_collect.py

traceback test.Function.__ne__.1

called in /home/johnny/projects/merlinux/py/dist/py/test/testing/test_collect.py

traceback test.Function.__ne__.2

called in /home/johnny/projects/merlinux/py/dist/py/test/testing/test_collect.py

traceback test.Function.__ne__.3