This module defines three dictionaries, name2codepoint, codepoint2name, and entitydefs. entitydefs is used to provide the entitydefs member of the html.parser.HTMLParser class. The definition provided here contains all the entities defined by XHTML 1.0 that can be handled using simple textual substitution in the Latin-1 character set (ISO-8859-1).
html.parser — Simple HTML and XHTML parser
xml.parsers.expat — Fast XML parsing using Expat
Enter search terms or a module, class or function name.