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

Method writeInfoDict

lib/matplotlib/backends/backend_pdf.py:1855–1859  ·  view source on GitHub ↗

Write out the info dictionary, checking it for good form

(self)

Source from the content-addressed store, hash-verified

1853 self.write(text)
1854
1855 def writeInfoDict(self):
1856 """Write out the info dictionary, checking it for good form"""
1857
1858 self.infoObject = self.reserveObject('info')
1859 self.writeObject(self.infoObject, self.infoDict)
1860
1861 def writeTrailer(self):
1862 """Write out the PDF trailer."""

Callers 1

finalizeMethod · 0.95

Calls 2

reserveObjectMethod · 0.95
writeObjectMethod · 0.95

Tested by

no test coverage detected