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

Method insert_after

docx/scripts/document.py:246–250  ·  view source on GitHub ↗

Insert after with automatic attribute injection.

(self, elem, xml_content)

Source from the content-addressed store, hash-verified

244 return nodes
245
246 def insert_after(self, elem, xml_content):
247 """Insert after with automatic attribute injection."""
248 nodes = super().insert_after(elem, xml_content)
249 self._inject_attributes_to_nodes(nodes)
250 return nodes
251
252 def insert_before(self, elem, xml_content):
253 """Insert before with automatic attribute injection."""

Callers 4

revert_deletionMethod · 0.95
add_commentMethod · 0.45
reply_to_commentMethod · 0.45
_update_settingsMethod · 0.45

Calls 1

Tested by

no test coverage detected