Lines Matching full:outfile
263 outfile = open(file_path, 'w')265 pickle.dump(self._state, outfile, self.PICKLE_PROTOCOL)267 outfile.close()