method: path.local.__repr__

*Not documented*
    def __repr__(self):

origin: path.local

where:

function source:

def __repr__(self):
    return 'local(%r)' % self.strpath

call sites:

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

traceback path.local.__repr__.0

called in /usr/lib/python2.4/repr.py

traceback path.local.__repr__.1

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

traceback path.local.__repr__.2

called in /usr/lib/python2.4/repr.py

traceback path.local.__repr__.3

called in /usr/lib/python2.4/repr.py

traceback path.local.__repr__.4