MCPcopy Index your code
hub / github.com/python-openxml/python-docx / rId

Method rId

src/docx/opc/oxml.py:156–158  ·  view source on GitHub ↗

String held in the ``Id`` attribute of this `` `` element.

(self)

Source from the content-addressed store, hash-verified

154
155 @property
156 def rId(self):
157 """String held in the ``Id`` attribute of this ``<Relationship>`` element."""
158 return self.get("Id")
159
160 @property
161 def reltype(self):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected