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

Method __getitem__

src/pptx/chart/data.py:33–34  ·  view source on GitHub ↗
(self, index)

Source from the content-addressed store, hash-verified

31 self._series = []
32
33 def __getitem__(self, index):
34 return self._series.__getitem__(index)
35
36 def __len__(self):
37 return self._series.__len__()

Callers

nothing calls this directly

Calls 1

__getitem__Method · 0.45

Tested by

no test coverage detected