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:61–65 ·
view source on GitHub ↗
(self, ser, idx)
Source
from the content-addressed store, hash-verified
59
""
"
60
61
def
__init__(self, ser, idx):
62
super(Point, self).__init__()
63
self._element = ser
64
self._ser = ser
65
self._idx = idx
66
67
@lazyproperty
68
def
data_label(self):
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected