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

Method __init__

src/pptx/chart/data.py:236–239  ·  view source on GitHub ↗
(self, series_data, number_format)

Source from the content-addressed store, hash-verified

234 """
235
236 def __init__(self, series_data, number_format):
237 super(_BaseDataPoint, self).__init__()
238 self._series_data = series_data
239 self._number_format = number_format
240
241 @property
242 def number_format(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected