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

Method output

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

Source from the content-addressed store, hash-verified

866 self.currentstream.write(data)
867
868 def output(self, *data):
869 self.write(_fill([pdfRepr(x) for x in data]))
870 self.write(b'\n')
871
872 def beginStream(self, id, len, extra=None, png=None):
873 assert self.currentstream is None

Callers 15

newPageMethod · 0.95
writeHatchesMethod · 0.95
writeMarkersMethod · 0.95
writePathMethod · 0.95
finalizeMethod · 0.80
check_gcMethod · 0.80
draw_imageMethod · 0.80
draw_pathMethod · 0.80
_setup_textposMethod · 0.80
draw_mathtextMethod · 0.80

Calls 3

writeMethod · 0.95
_fillFunction · 0.85
pdfReprFunction · 0.85

Tested by

no test coverage detected