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

Method endStream

lib/matplotlib/backends/backend_pdf.py:876–879  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

874 self.currentstream = Stream(id, len, self, extra, png)
875
876 def endStream(self):
877 if self.currentstream is not None:
878 self.currentstream.end()
879 self.currentstream = None
880
881 def outputStream(self, ref, data, *, extra=None):
882 self.beginStream(ref.id, None, extra)

Callers 11

newPageMethod · 0.95
finalizeMethod · 0.95
closeMethod · 0.95
outputStreamMethod · 0.95
writeHatchesMethod · 0.95
writeGouraudTrianglesMethod · 0.95
_writeImgMethod · 0.95
writeMarkersMethod · 0.95
print_pdfMethod · 0.95

Calls 1

endMethod · 0.45

Tested by

no test coverage detected