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

Method _get_subsetted_psname

lib/matplotlib/backends/backend_pdf.py:817–818  ·  view source on GitHub ↗
(ps_name, charmap)

Source from the content-addressed store, hash-verified

815
816 @staticmethod
817 def _get_subsetted_psname(ps_name, charmap):
818 return PdfFile._get_subset_prefix(frozenset(charmap.values())) + ps_name
819
820 def finalize(self):
821 """Write out the various deferred objects and the pdf end matter."""

Callers 1

embedTTFMethod · 0.95

Calls 2

_get_subset_prefixMethod · 0.80
valuesMethod · 0.80

Tested by

no test coverage detected