Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scanny/python-pptx
/ __init__
Method
__init__
src/pptx/chart/series.py:20–23 ·
view source on GitHub ↗
(self, ser)
Source
from the content-addressed store, hash-verified
18
""
"
19
20
def
__init__(self, ser):
21
super(_BaseSeries, self).__init__()
22
self._element = ser
23
self._ser = ser
24
25
@lazyproperty
26
def
format(self):
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected