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

Function _default_docx_path

src/docx/api.py:34–37  ·  view source on GitHub ↗

Return the path to the built-in default .docx package.

()

Source from the content-addressed store, hash-verified

32
33
34def _default_docx_path():
35 """Return the path to the built-in default .docx package."""
36 _thisdir = os.path.split(__file__)[0]
37 return os.path.join(_thisdir, "templates", "default.docx")

Callers 1

DocumentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…