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

Method partname

src/docx/opc/oxml.py:135–137  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

133
134 @property
135 def partname(self):
136 """String held in the ``PartName`` attribute of this ``<Override>`` element."""
137 return self.get("PartName")
138
139
140class CT_Relationship(BaseOxmlElement):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected