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

Method infodict

lib/matplotlib/backends/backend_pdf.py:2670–2676  ·  view source on GitHub ↗

Return a modifiable information dictionary object (see PDF reference section 10.2.1 'Document Information Dictionary').

(self)

Source from the content-addressed store, hash-verified

2668 self._file = None
2669
2670 def infodict(self):
2671 """
2672 Return a modifiable information dictionary object
2673 (see PDF reference section 10.2.1 'Document Information
2674 Dictionary').
2675 """
2676 return self._ensure_file().infoDict
2677
2678 def savefig(self, figure=None, **kwargs):
2679 """

Callers 1

multipage_pdf.pyFile · 0.80

Calls 1

_ensure_fileMethod · 0.95

Tested by

no test coverage detected