html.parser.HTMLParser.handle_entityref()

HTMLParser.handle_entityref(name)

This method is called to process a named character reference of the form &name; (e.g. >), where name is a general entity reference (e.g. 'gt'). This method is never called if convert_charrefs is True.

doc_python
2016-10-07 17:33:48
Comments
Leave a Comment

Please login to continue.