method: path.local.__cmp__

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

origin: PathBase

where:

exceptions that might appear during execution:

function source:

def __cmp__(self, other):
    try:
        return cmp(self.strpath, other.strpath)
    except AttributeError:
        return cmp(str(self), str(other)) # self.path, other.path)

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__cmp__.0

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__cmp__.1

called in /home/johnny/projects/merlinux/py/dist/py/path/common.py

traceback path.local.__cmp__.2

called in /home/johnny/projects/merlinux/py/dist/py/path/local/local.py

traceback path.local.__cmp__.3

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__cmp__.4

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__cmp__.5

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__cmp__.6

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__cmp__.7

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__cmp__.8

called in /home/johnny/projects/merlinux/py/dist/py/path/common.py

traceback path.local.__cmp__.9

called in /home/johnny/projects/merlinux/py/dist/py/path/local/local.py

traceback path.local.__cmp__.10

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__cmp__.11

called in /home/johnny/projects/merlinux/py/dist/py/path/common.py

traceback path.local.__cmp__.12

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__cmp__.13

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__cmp__.14

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__cmp__.15

called in /home/johnny/projects/merlinux/py/dist/py/path/svn/wccommand.py

traceback path.local.__cmp__.16

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__cmp__.17

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__cmp__.18

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__cmp__.19

called in /home/johnny/projects/merlinux/py/dist/py/path/svn/wccommand.py

traceback path.local.__cmp__.20