method: path.local.rename

*Not documented*
    def rename(self, target):

origin: path.local

where:

function source:

def rename(self, target):
    return self._callex(os.rename, str(self), str(target))

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/path/common.py

traceback path.local.rename.0

called in /home/johnny/projects/merlinux/py/dist/py/path/common.py

traceback path.local.rename.1

called in /home/johnny/projects/merlinux/py/dist/py/path/common.py

traceback path.local.rename.2

called in /home/johnny/projects/merlinux/py/dist/py/path/common.py

traceback path.local.rename.3

called in /home/johnny/projects/merlinux/py/dist/py/path/common.py

traceback path.local.rename.4