method: test.Function.__cmp__

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

origin: test.collect.Collector

where:

changes in __dict__ after execution:

function source:

def __cmp__(self, other): 
    s1 = self.getsortvalue()
    s2 = other.getsortvalue()
    #print "cmp", s1, s2
    return cmp(s1, s2) 

call sites:

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

traceback test.Function.__cmp__.0

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

traceback test.Function.__cmp__.1

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

traceback test.Function.__cmp__.2

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

traceback test.Function.__cmp__.3

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

traceback test.Function.__cmp__.4

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

traceback test.Function.__cmp__.5

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

traceback test.Function.__cmp__.6

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

traceback test.Function.__cmp__.7

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

traceback test.Function.__cmp__.8

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

traceback test.Function.__cmp__.9

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

traceback test.Function.__cmp__.10

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

traceback test.Function.__cmp__.11

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

traceback test.Function.__cmp__.12

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

traceback test.Function.__cmp__.13

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

traceback test.Function.__cmp__.14

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

traceback test.Function.__cmp__.15

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

traceback test.Function.__cmp__.16

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

traceback test.Function.__cmp__.17

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

traceback test.Function.__cmp__.18

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

traceback test.Function.__cmp__.19

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

traceback test.Function.__cmp__.20