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

Method append

src/pptx/chart/data.py:39–40  ·  view source on GitHub ↗
(self, series)

Source from the content-addressed store, hash-verified

37 return self._series.__len__()
38
39 def append(self, series):
40 return self._series.append(series)
41
42 def data_point_offset(self, series):
43 """

Callers 15

__init__Method · 0.45
add_childMethod · 0.45
add_attributeMethod · 0.45
add_attributesMethod · 0.45
_get_child_or_appendFunction · 0.45
_required_childFunction · 0.45
objectify_lab.pyFile · 0.45
load_subgraphMethod · 0.45
__init__Method · 0.45
add_elementMethod · 0.45
__iter__Method · 0.45

Calls

no outgoing calls

Tested by 15

notes_ph_fixtureMethod · 0.36
legend_fixtureMethod · 0.36
depth_fixtureMethod · 0.36
depth_raises_fixtureMethod · 0.36
leaf_fixtureMethod · 0.36
depth_fixtureMethod · 0.36
depth_raises_fixtureMethod · 0.36
leaf_fixtureMethod · 0.36
values_fixtureMethod · 0.36
notes_slide_fixtureMethod · 0.36
dx_fixtureMethod · 0.36
dy_fixtureMethod · 0.36