method: path.svnwc.__div__

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

origin: FSPathBase

where:

function source:

def __div__(self, other):
    return self.join(str(other))

call sites:

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

traceback path.svnwc.__div__.0

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

traceback path.svnwc.__div__.1

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

traceback path.svnwc.__div__.2