Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
from
win32com.client
import
Dispatch
2
3
html = Dispatch (
'htmlfile'
) // disguise
for
MSHTML
as
a COM server
4
Callers
nothing calls this directly
Calls
2
xrange
Class · 0.85
writeln
Method · 0.45
Tested by
no test coverage detected