MCPcopy Create free account
hub / github.com/SpaceZephyr/myskill / _comment_ref_run_xml

Method _comment_ref_run_xml

docx/scripts/document.py:1148–1156  ·  view source on GitHub ↗

Generate XML for comment reference run. Note: w:rsidR is automatically added by DocxXMLEditor.

(self, comment_id)

Source from the content-addressed store, hash-verified

1146</w:r>''&#x27;
1147
1148 def _comment_ref_run_xml(self, comment_id):
1149 """Generate XML for comment reference run.
1150
1151 Note: w:rsidR is automatically added by DocxXMLEditor.
1152 """
1153 return f''&#x27;<w:r>
1154 <w:rPr><w:rStyle w:val="CommentReference"/></w:rPr>
1155 <w:commentReference w:id="{comment_id}"/>
1156</w:r>''&#x27;
1157
1158 # ==================== Private: Metadata Updates ====================
1159

Callers 1

reply_to_commentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected