method: path.svnurl.propget

 return the content of the given property. 
    def propget(self, name):

origin: SvnPathBase

where:

function source:

def propget(self, name):
    """ return the content of the given property. """
    value = self._propget(name)
    return value

call sites:

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

traceback path.svnurl.propget.0

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

traceback path.svnurl.propget.1