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

Method __init__

src/pptx/chart/series.py:224–227  ·  view source on GitHub ↗
(self, parent_elm)

Source from the content-addressed store, hash-verified

222 """
223
224 def __init__(self, parent_elm):
225 # *parent_elm* can be either a c:plotArea or xChart element
226 super(SeriesCollection, self).__init__()
227 self._element = parent_elm
228
229 def __getitem__(self, index):
230 ser = self._element.sers[index]

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected