method: path.extpy.read

 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())

call sites:

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

traceback path.extpy.read.0