Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scanny/python-pptx
/ __getitem__
Method
__getitem__
src/pptx/chart/data.py:143–144 ·
view source on GitHub ↗
(self, index)
Source
from the content-addressed store, hash-verified
141
self._data_points = []
142
143
def
__getitem__(self, index):
144
return
self._data_points.__getitem__(index)
145
146
def
__len__(self):
147
return
self._data_points.__len__()
Callers
nothing calls this directly
Calls
1
__getitem__
Method · 0.45
Tested by
no test coverage detected