method: path.svnwc.__repr__

*Not documented*
    def __repr__(self):

origin: path.svnwc

where:

function source:

def __repr__(self):
    return "svnwc(%r)" % (self.strpath) # , self._url)

call sites:

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

traceback path.svnwc.__repr__.0