method: test.collect.Module.__eq__

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

origin: test.collect.Collector

where:

function source:

def __eq__(self, other): 
    try: 
        return self.name == other.name and self.parent == other.parent 
    except AttributeError: 
        return False 

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/test/item.py

traceback test.collect.Module.__eq__.0

called in /home/johnny/projects/merlinux/py/dist/py/test/item.py

traceback test.collect.Module.__eq__.1

called in /home/johnny/projects/merlinux/py/dist/py/test/item.py

traceback test.collect.Module.__eq__.2

called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py

traceback test.collect.Module.__eq__.3

called in /home/johnny/projects/merlinux/py/dist/py/test/item.py

traceback test.collect.Module.__eq__.4

called in /home/johnny/projects/merlinux/py/dist/py/test/item.py

traceback test.collect.Module.__eq__.5