method: path.svnurl.__eq__

 return true if path and rev attributes each match 
    def __eq__(self, other):

origin: SvnPathBase

where:

function source:

def __eq__(self, other):
    """ return true if path and rev attributes each match """
    return (str(self) == str(other) and
           (self.rev == other.rev or self.rev == other.rev))

call sites:

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

traceback path.svnurl.__eq__.0

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

traceback path.svnurl.__eq__.1

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

traceback path.svnurl.__eq__.2

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

traceback path.svnurl.__eq__.3

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

traceback path.svnurl.__eq__.4

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

traceback path.svnurl.__eq__.5

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

traceback path.svnurl.__eq__.6

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

traceback path.svnurl.__eq__.7

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

traceback path.svnurl.__eq__.8

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

traceback path.svnurl.__eq__.9

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

traceback path.svnurl.__eq__.10

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

traceback path.svnurl.__eq__.11

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

traceback path.svnurl.__eq__.12

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

traceback path.svnurl.__eq__.13

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

traceback path.svnurl.__eq__.14

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

traceback path.svnurl.__eq__.15

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

traceback path.svnurl.__eq__.16

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

traceback path.svnurl.__eq__.17

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

traceback path.svnurl.__eq__.18

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

traceback path.svnurl.__eq__.19

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

traceback path.svnurl.__eq__.20