Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_child
Method · 0.45
add_attribute
Method · 0.45
add_attributes
Method · 0.45
_get_child_or_append
Function · 0.45
_required_child
Function · 0.45
objectify_lab.py
File · 0.45
load_subgraph
Method · 0.45
__init__
Method · 0.45
add_element
Method · 0.45
__expand_attributeGroup
Method · 0.45
__iter__
Method · 0.45
Calls
no outgoing calls
Tested by
15
notes_ph_fixture
Method · 0.36
legend_fixture
Method · 0.36
depth_fixture
Method · 0.36
depth_raises_fixture
Method · 0.36
leaf_fixture
Method · 0.36
depth_fixture
Method · 0.36
depth_raises_fixture
Method · 0.36
leaf_fixture
Method · 0.36
values_fixture
Method · 0.36
notes_slide_fixture
Method · 0.36
dx_fixture
Method · 0.36
dy_fixture
Method · 0.36