Lines Matching refs:archives
212 def __init__(self, archives): argument
217 self.archives = archives
238 for archive in self.archives:
254 for archive in self.archives:
263 for archive in self.archives:
336 archives = []
338 archives.append(Archive(path))
339 interpreter = Interactive(archives)
478 archives = {}
523 if archive_path in archives:
524 archive = archives[archive_path]
527 archives[archive_path] = archive