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

Method _update_people_xml

docx/scripts/document.py:954–958  ·  view source on GitHub ↗

Create people.xml if it doesn't exist.

(self, path)

Source from the content-addressed store, hash-verified

952 )
953
954 def _update_people_xml(self, path):
955 """Create people.xml if it doesn't exist."""
956 if not path.exists():
957 # Copy from template
958 shutil.copy(TEMPLATE_DIR / "people.xml", path)
959
960 def _add_content_type_for_people(self, path):
961 """Add people.xml content type to [Content_Types].xml if not already present."""

Callers 1

_setup_trackingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected