(self, viewpoint)
| 243 | bcfxml.save(f"{self.settings.output}{suffix}") |
| 244 | |
| 245 | def get_viewpoint_snapshot(self, viewpoint) -> Union[None, tuple[str, bytes]]: |
| 246 | # Possible to overload this function in a GUI application if used as a library. |
| 247 | return None |
| 248 | |
| 249 | def export_json(self) -> None: |
| 250 | """Saved clash results as ``list[ClashSet]``.""" |