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

Method __init__

lib/matplotlib/backends/backend_pdf.py:2398–2403  ·  view source on GitHub ↗
(self, file)

Source from the content-addressed store, hash-verified

2396class GraphicsContextPdf(GraphicsContextBase):
2397
2398 def __init__(self, file):
2399 super().__init__()
2400 self._fillcolor = (0.0, 0.0, 0.0)
2401 self._effective_alphas = (1.0, 1.0)
2402 self.file = file
2403 self.parent = None
2404
2405 def __repr__(self):
2406 d = dict(self.__dict__)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected