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

Method __init__

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

Source from the content-addressed store, hash-verified

809 """
810
811 def __init__(self, series_data, value, number_format):
812 super(CategoryDataPoint, self).__init__(series_data, number_format)
813 self._value = value
814
815 @property
816 def value(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected