def get_mtime(self, path):
     '''Return the modification time for the path.'''
     return g.os_path_getmtime(path)
示例#2
0
 def get_mtime(self, path):
     '''Return the modification time for the path.'''
     return g.os_path_getmtime(path)
示例#3
0
 def get_mtime(self, path):
     """Return the modification time for the path."""
     return g.os_path_getmtime(g.os_path_realpath(path))