(self)
| 607 | self.output_field_to_file(0, self.get_filename_prefix()) |
| 608 | |
| 609 | def output_field_y(self): |
| 610 | self.output_field_to_file(1, self.get_filename_prefix()) |
| 611 | |
| 612 | def output_field_z(self): |
| 613 | self.output_field_to_file(2, self.get_filename_prefix()) |
no test coverage detected