Пример #1
0
 def newest_template_mtime(self) -> float:
     return max(mtimes_of_files(self.pathchain, '.html'))
Пример #2
0
 def newest_template_mtime(self):
     return max(mtimes_of_files(self.pathchain, '.html'))
Пример #3
0
 def newest_template_mtime(self):
     # type: () -> float
     return max(mtimes_of_files(self.pathchain, '.html'))