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

Method __init__

src/pptx/chart/xmlwriter.py:86–90  ·  view source on GitHub ↗
(self, chart_type, series_seq)

Source from the content-addressed store, hash-verified

84 """
85
86 def __init__(self, chart_type, series_seq):
87 super(_BaseChartXmlWriter, self).__init__()
88 self._chart_type = chart_type
89 self._chart_data = series_seq
90 self._series_seq = list(series_seq)
91
92 @property
93 def xml(self):

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected