MCPcopy Create free account
hub / github.com/commonmark/cmark / HTMLParseError

Class HTMLParseError

test/normalize.py:10–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 # HTMLParseError was removed in Python 3.5. It could never be
9 # thrown, so we define a placeholder instead.
10 class HTMLParseError(Exception):
11 pass
12
13from html.entities import name2codepoint
14import sys

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected