Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scanny/python-pptx
/ _new_r
Method
_new_r
src/pptx/oxml/text.py:457–459 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
455
return
""
.join([child.text
for
child in self.content_children])
456
457
def
_new_r(self):
458
r_xml =
"<a:r %s><a:t/></a:r>"
% nsdecls(
"a"
)
459
return
parse_xml(r_xml)
460
461
462
class
CT_TextParagraphProperties(BaseOxmlElement):
Callers
nothing calls this directly
Calls
2
nsdecls
Function · 0.90
parse_xml
Function · 0.90
Tested by
no test coverage detected