method: test.Function.__eq__

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

origin: test.collect.Collector

where:

exceptions that might appear during execution:

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.Function.__eq__.0

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

traceback test.Function.__eq__.1

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

traceback test.Function.__eq__.2

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

traceback test.Function.__eq__.3

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

traceback test.Function.__eq__.4

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

traceback test.Function.__eq__.5

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

traceback test.Function.__eq__.6

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

traceback test.Function.__eq__.7

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

traceback test.Function.__eq__.8

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

traceback test.Function.__eq__.9

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

traceback test.Function.__eq__.10

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

traceback test.Function.__eq__.11

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

traceback test.Function.__eq__.12

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

traceback test.Function.__eq__.13

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

traceback test.Function.__eq__.14

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

traceback test.Function.__eq__.15

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

traceback test.Function.__eq__.16

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

traceback test.Function.__eq__.17

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

traceback test.Function.__eq__.18

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

traceback test.Function.__eq__.19

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

traceback test.Function.__eq__.20