(self)
| 355 | return self._clip_path_ids[clippath] |
| 356 | |
| 357 | def finalize(self): |
| 358 | self._write_clips() |
| 359 | self._write_hatches() |
| 360 | self.writer.close(self._start_id) |
| 361 | self.writer.flush() |
| 362 | |
| 363 | def _write_metadata(self, metadata): |
| 364 | # Add metadata following the Dublin Core Metadata Initiative, and the |
no test coverage detected