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

Method __init__

src/pptx/chart/data.py:28–31  ·  view source on GitHub ↗
(self, number_format="General")

Source from the content-addressed store, hash-verified

26 """
27
28 def __init__(self, number_format="General"):
29 super(_BaseChartData, self).__init__()
30 self._number_format = number_format
31 self._series = []
32
33 def __getitem__(self, index):
34 return self._series.__getitem__(index)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected