示例#1
0
 def _get_include_once_filename(self, entry):
     entry_fn = util.hash_blob(entry, "md5", 64)
     return os.path.join(self.paths.get_ipath_cur("data"), "urlcache", entry_fn)
示例#2
0
 def _get_include_once_filename(self, entry):
     entry_fn = util.hash_blob(entry, 'md5', 64)
     return os.path.join(self.paths.get_ipath_cur('data'), 'urlcache',
                         entry_fn)
示例#3
0
 def _get_include_once_filename(self, entry):
     entry_fn = util.hash_blob(entry, 'md5', 64)
     return os.path.join(self.paths.get_ipath_cur('data'),
                         'urlcache', entry_fn)