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

Method __init__

src/pptx/chart/data.py:829–832  ·  view source on GitHub ↗
(self, series_data, x, y, number_format)

Source from the content-addressed store, hash-verified

827 """
828
829 def __init__(self, series_data, x, y, number_format):
830 super(XyDataPoint, self).__init__(series_data, number_format)
831 self._x = x
832 self._y = y
833
834 @property
835 def x(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected