(self, rm_h5, option, *step_funcs)
| 3885 | ) |
| 3886 | |
| 3887 | def h5topng(self, rm_h5, option, *step_funcs): |
| 3888 | opts = f"h5topng {option}" |
| 3889 | cmd = re.sub(r"\$EPS", self.last_eps_filename, opts) |
| 3890 | return convert_h5(rm_h5, cmd, *step_funcs) |
| 3891 | |
| 3892 | def get_array( |
| 3893 | self, |
no test coverage detected