method: path.svnwc.mtime

 Return the last modification time of the file. 
    def mtime(self):

origin: path.svnwc

where:

changes in __dict__ after execution:

function source:

def mtime(self):
    """ Return the last modification time of the file. """
    return self.info().mtime

call sites:

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

traceback path.svnwc.mtime.0