Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _unescape_attrvalue
Function
_unescape_attrvalue
Lib/html/parser.py:105–106 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
103
return
ref
104
105
def
_unescape_attrvalue(s):
106
return
attr_charref.sub(_replace_attr_charref, s)
107
108
109
class
HTMLParser(_markupbase.ParserBase):
Callers
1
parse_starttag
Method · 0.85
Calls
1
sub
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…