Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scanny/python-pptx
/ with_rId
Method
with_rId
tests/oxml/unitdata/text.py:22–24 ·
view source on GitHub ↗
(self, rId)
Source
from the content-addressed store, hash-verified
20
)
21
22
def
with_rId(self, rId):
23
self._set_xmlattr(
"r:id"
, rId)
24
return
self
25
26
27
class
CT_RegularTextRunBuilder(BaseBuilder):
Callers
2
change_hlink_fixture_
Method · 0.80
rPr_with_hlinkClick_bldr
Method · 0.80
Calls
1
_set_xmlattr
Method · 0.80
Tested by
2
change_hlink_fixture_
Method · 0.64
rPr_with_hlinkClick_bldr
Method · 0.64