(self)
| 604 | self.output_field_to_file(mp.ALL, self.get_filename_prefix()) |
| 605 | |
| 606 | def output_field_x(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()) |
no test coverage detected