MCPcopy 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
105def _unescape_attrvalue(s):
106 return attr_charref.sub(_replace_attr_charref, s)
107
108
109class HTMLParser(_markupbase.ParserBase):

Callers 1

parse_starttagMethod · 0.85

Calls 1

subMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…