Lines Matching refs:_files
8 info dicts, as used in zipimporter._files.
96 self._files = files
213 toc_entry = self._files[key]
250 toc_entry = self._files[fullpath]
332 self._files = _read_directory(self.archive)
333 _zip_directory_cache[self.archive] = self._files
336 self._files = {}
366 # If dirpath is present in self._files, we have a directory.
367 return dirpath in self._files
374 if fullpath in self._files:
717 toc_entry = self._files[path]
737 toc_entry = self._files[path]
753 toc_entry = self._files[fullpath]