Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scanny/python-pptx
/ __init__
Method
__init__
src/pptx/chart/chart.py:210–212 ·
view source on GitHub ↗
(self, title)
Source
from the content-addressed store, hash-verified
208
# essentially identical.
209
210
def
__init__(self, title):
211
super(ChartTitle, self).__init__(title)
212
self._title = title
213
214
@lazyproperty
215
def
format(self):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected