def __str__(self):
return os.path.normpath(os.path.join(self._zipfile.filename, self._entry))
######################################################################
# Access Functions
######################################################################
# Don't use a weak dictionary, because in the common case this
# causes a lot more reloading that necessary.
评论列表
文章目录