MCPcopy 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
449def html2text(html, baseurl=''):
450 return optwrap(html2text_file(html, None, baseurl))
451
452if __name__ == "__main__":
453 baseurl = ''

Callers 1

html2text.pyFile · 0.85

Calls 2

optwrapFunction · 0.85
html2text_fileFunction · 0.85

Tested by

no test coverage detected