method: path.svnwc.propget

*Not documented*
    def propget(self, name):

origin: path.svnwc

where:

function source:

def propget(self, name):
    res = self._svn('propget', name)
    return res[:-1] # strip trailing newline

call sites:

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

traceback path.svnwc.propget.0

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

traceback path.svnwc.propget.1

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

traceback path.svnwc.propget.2

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

traceback path.svnwc.propget.3

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

traceback path.svnwc.propget.4