Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aaronsw/html2text
/ html2text
Function
html2text
html2text.py:449–450 ·
view source on GitHub ↗
(html, baseurl='')
Source
from the content-addressed store, hash-verified
447
return
h.close()
448
449
def
html2text(html, baseurl=
''
):
450
return
optwrap(html2text_file(html, None, baseurl))
451
452
if
__name__ ==
"__main__"
:
453
baseurl =
''
Callers
1
html2text.py
File · 0.85
Calls
2
optwrap
Function · 0.85
html2text_file
Function · 0.85
Tested by
no test coverage detected