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

Method outputStream

lib/matplotlib/backends/backend_pdf.py:881–884  ·  view source on GitHub ↗
(self, ref, data, *, extra=None)

Source from the content-addressed store, hash-verified

879 self.currentstream = None
880
881 def outputStream(self, ref, data, *, extra=None):
882 self.beginStream(ref.id, None, extra)
883 self.currentstream.write(data)
884 self.endStream()
885
886 def _write_annotations(self):
887 for annotsObject, annotations in self._annotations:

Callers 3

createType1DescriptorMethod · 0.95
embedTTFType3Method · 0.95
embedTTFType42Method · 0.95

Calls 3

beginStreamMethod · 0.95
endStreamMethod · 0.95
writeMethod · 0.45

Tested by

no test coverage detected