Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scanny/python-pptx
/ __init__
Method
__init__
src/pptx/chart/datalabel.py:148–151 ·
view source on GitHub ↗
(self, ser, idx)
Source
from the content-addressed store, hash-verified
146
""
"
147
148
def
__init__(self, ser, idx):
149
super(DataLabel, self).__init__()
150
self._ser = self._element = ser
151
self._idx = idx
152
153
@lazyproperty
154
def
font(self):
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected