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

Method write

lib/matplotlib/backends/backend_pdf.py:862–866  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

860 self.fh.close()
861
862 def write(self, data):
863 if self.currentstream is None:
864 self.fh.write(data)
865 else:
866 self.currentstream.write(data)
867
868 def output(self, *data):
869 self.write(_fill([pdfRepr(x) for x in data]))

Callers 4

outputMethod · 0.95
writeGouraudTrianglesMethod · 0.95
writeXrefMethod · 0.95
writeTrailerMethod · 0.95

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected