MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / endStream

Method endStream

site-packages/matplotlib/backends/backend_pdf.py:625–628  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

623 self.currentstream = Stream(id, len, self, extra, png)
624
625 def endStream(self):
626 if self.currentstream is not None:
627 self.currentstream.end()
628 self.currentstream = None
629
630 def fontName(self, fontprop):
631 """

Callers 12

newPageMethod · 0.95
finalizeMethod · 0.95
closeMethod · 0.95
createType1DescriptorMethod · 0.95
embedTTFType3Method · 0.95
embedTTFType42Method · 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