def getmtime(self): st = self.statinfo if not st: self.restat() st = self.statinfo return st[ST_MTIME]