method: path.extpy.relto

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

origin: path.extpy

where:

function source:

def relto(self, other):
    if self.root != other.root: 
        return '' 
    return super(Extpy, self).relto(other) 

call sites:

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

traceback path.extpy.relto.0

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

traceback path.extpy.relto.1

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

traceback path.extpy.relto.2

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

traceback path.extpy.relto.3

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

traceback path.extpy.relto.4

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

traceback path.extpy.relto.5

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

traceback path.extpy.relto.6

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

traceback path.extpy.relto.7

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

traceback path.extpy.relto.8

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

traceback path.extpy.relto.9

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

traceback path.extpy.relto.10

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

traceback path.extpy.relto.11