Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scanny/python-pptx
/ __init__
Method
__init__
src/pptx/chart/point.py:18–21 ·
view source on GitHub ↗
(self, ser)
Source
from the content-addressed store, hash-verified
16
""
"
17
18
def
__init__(self, ser):
19
super(_BasePoints, self).__init__()
20
self._element = ser
21
self._ser = ser
22
23
def
__getitem__(self, idx):
24
if
idx < 0 or idx >= self.__len__():
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected