return a bytestring from looking at our underlying object.
mode parmeter exists for consistency, but is ignored.
def read(self, mode='ignored'):
origin: path.extpy
where:
function source:
def read(self, mode='ignored'):
""" return a bytestring from looking at our underlying object.
mode parmeter exists for consistency, but is ignored."""
return str(self.resolve())
called in /home/johnny/projects/merlinux/py/dist/py/path/testing/common.py