MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / finalize

Method finalize

lib/matplotlib/backends/backend_svg.py:357–361  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers 1

print_svgMethod · 0.45

Calls 4

_write_clipsMethod · 0.95
_write_hatchesMethod · 0.95
flushMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected