Searched refs:mode_suffix (Results 1 – 1 of 1) sorted by relevance
24 def _file_helper(self, mode_suffix, data): argument27 with self.do_open(tmp_file, mode="w" + mode_suffix) as f:30 with self.do_open(tmp_file, mode="r" + mode_suffix) as f:41 def _pipe_helper(self, mode_suffix, data): argument44 with self.do_open(r, mode="r" + mode_suffix) as decompress:45 with self.do_open(w, mode="w" + mode_suffix) as compress: