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

Method __init__

src/pptx/chart/data.py:348–351  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

346 """
347
348 def __init__(self):
349 super(Categories, self).__init__()
350 self._categories = []
351 self._number_format = None
352
353 def __getitem__(self, idx):
354 return self._categories.__getitem__(idx)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected