MCPcopy Index your code
hub / github.com/aitjcize/cppman / fixupHTML

Function fixupHTML

cppman/util.py:109–110  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

107
108
109def fixupHTML(data):
110 return str(bs4.BeautifulSoup(data, "html5lib"))
111
112def urlopen(url, *args, **kwargs):
113 """A wrapper around urllib.request.urlopen() which adds custom headers"""

Callers 4

func_testFunction · 0.90
testFunction · 0.90
func_testFunction · 0.90
testFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected