Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scanny/python-pptx
/ __len__
Method
__len__
src/pptx/chart/data.py:36–37 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
34
return
self._series.__getitem__(index)
35
36
def
__len__(self):
37
return
self._series.__len__()
38
39
def
append(self, series):
40
return
self._series.append(series)
Callers
nothing calls this directly
Calls
1
__len__
Method · 0.45
Tested by
no test coverage detected