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

Method __getitem__

src/pptx/chart/data.py:353–354  ·  view source on GitHub ↗
(self, idx)

Source from the content-addressed store, hash-verified

351 self._number_format = None
352
353 def __getitem__(self, idx):
354 return self._categories.__getitem__(idx)
355
356 def __len__(self):
357 """

Callers 2

__getitem__Method · 0.45
__getitem__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected