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
called in /home/johnny/projects/merlinux/py/dist/py/path/testing/fscommon.py