MCPcopy Index your code
hub / github.com/reactive-python/reactpy / HTMLParseError

Class HTMLParseError

src/py/reactpy/reactpy/utils.py:122–123  ·  view source on GitHub ↗

Raised when an HTML document cannot be parsed using strict parsing.

Source from the content-addressed store, hash-verified

120
121
122class HTMLParseError(etree.LxmlSyntaxError): # type: ignore[misc]
123 """Raised when an HTML document cannot be parsed using strict parsing."""
124
125
126def _etree_to_vdom(

Callers 1

html_to_vdomFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected