Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scanny/python-pptx
/ _p_txBody_tmpl
Method
_p_txBody_tmpl
src/pptx/oxml/text.py:185–188 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
183
184
@classmethod
185
def
_p_txBody_tmpl(cls):
186
return
(
187
"<p:txBody %s>\n"
" <a:bodyPr/>\n"
" <a:p/>\n"
"</p:txBody>\n"
% (nsdecls(
"p"
,
"a"
))
188
)
189
190
@classmethod
191
def
_txBody_tmpl(cls):
Callers
1
new_p_txBody
Method · 0.80
Calls
1
nsdecls
Function · 0.90
Tested by
no test coverage detected