Ejemplo n.º 1
0
 def newest_template_mtime(self) -> float:
     return max(mtimes_of_files(self.pathchain, '.html'))
Ejemplo n.º 2
0
 def newest_template_mtime(self):
     return max(mtimes_of_files(self.pathchain, '.html'))
Ejemplo n.º 3
0
 def newest_template_mtime(self):
     # type: () -> float
     return max(mtimes_of_files(self.pathchain, '.html'))