method: test.collect.Directory.__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.collect.Directory.__ne__.0