Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scanny/python-pptx
/ __init__
Method
__init__
src/pptx/chart/xmlwriter.py:212–214 ·
view source on GitHub ↗
(self, chart_data)
Source
from the content-addressed store, hash-verified
210
""
"
211
212
def
__init__(self, chart_data):
213
super(_BaseSeriesXmlRewriter, self).__init__()
214
self._chart_data = chart_data
215
216
def
replace_series_data(self, chartSpace):
217
""
"
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected