MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-279003.py

File recipe-279003.py

recipes/Python/279003_Converting_Word_documents/recipe-279003.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import fnmatch, os, pythoncom, sys, win32com.client
2
3wordapp = win32com.client.gencache.EnsureDispatch("Word.Application")
4

Callers

nothing calls this directly

Calls 3

CloseMethod · 0.80
walkMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected