Return the path to the built-in default .docx package.
()
| 32 | |
| 33 | |
| 34 | def _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") |
no outgoing calls
no test coverage detected
searching dependent graphs…