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

Method __init__

src/pptx/chart/chart.py:21–23  ·  view source on GitHub ↗
(self, chartSpace, chart_part)

Source from the content-addressed store, hash-verified

19 """A chart object."""
20
21 def __init__(self, chartSpace, chart_part):
22 super(Chart, self).__init__(chartSpace, chart_part)
23 self._chartSpace = chartSpace
24
25 @property
26 def category_axis(self):

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected