method: path.svnurl.mtime

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

origin: SvnPathBase

where:

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.svnurl.mtime.0