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

File recipe-135702.py

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

Source from the content-addressed store, hash-verified

1from win32com.client import Dispatch
2
3html = Dispatch ( 'htmlfile' ) // disguise for MSHTML as a COM server
4

Callers

nothing calls this directly

Calls 2

xrangeClass · 0.85
writelnMethod · 0.45

Tested by

no test coverage detected