Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/internetarchive/openlibrary
/ __init__
Method
__init__
openlibrary/plugins/upstream/utils.py:1219–1220 ·
view source on GitHub ↗
(self, html)
Source
from the content-addressed store, hash-verified
1217
__slots__ = ()
1218
1219
def
__init__(self, html):
1220
str.__init__(self, str(html))
1221
1222
def
__repr__(self):
1223
return
"<html: %s>"
% str.__repr__(self)
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected