Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scanny/python-pptx
/ _new_title
Method
_new_title
src/pptx/oxml/chart/axis.py:50–51 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
48
self.scaling.get_or_add_orientation().val = value
49
50
def
_new_title(self):
51
return
CT_Title.new_title()
52
53
def
_new_txPr(self):
54
return
CT_TextBody.new_txPr()
Callers
nothing calls this directly
Calls
1
new_title
Method · 0.80
Tested by
no test coverage detected