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

Method __init__

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

Source from the content-addressed store, hash-verified

853 """
854
855 def __init__(self, series_data, x, y, size, number_format):
856 super(BubbleDataPoint, self).__init__(series_data, x, y, number_format)
857 self._size = size
858
859 @property
860 def bubble_size(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected