Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
109
def
fixupHTML(data):
110
return
str(bs4.BeautifulSoup(data,
"html5lib"
))
111
112
def
urlopen(url, *args, **kwargs):
113
""
"A wrapper around urllib.request.urlopen() which adds custom headers"
""
Callers
4
func_test
Function · 0.90
test
Function · 0.90
func_test
Function · 0.90
test
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected