method: path.svnurl.__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/testing/fscommon.py

traceback path.svnurl.__div__.0