MCPcopy Create free account
hub / github.com/scanny/python-pptx / __init__

Method __init__

src/pptx/chart/chart.py:265–268  ·  view source on GitHub ↗
(self, plotArea, chart)

Source from the content-addressed store, hash-verified

263 """
264
265 def __init__(self, plotArea, chart):
266 super(_Plots, self).__init__()
267 self._plotArea = plotArea
268 self._chart = chart
269
270 def __getitem__(self, index):
271 xCharts = self._plotArea.xCharts

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected