MCPcopy Index your code
hub / github.com/python/cpython / handle_charref

Method handle_charref

Lib/html/parser.py:529–530  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

527
528 # Overridable -- handle character reference
529 def handle_charref(self, name):
530 pass
531
532 # Overridable -- handle entity reference
533 def handle_entityref(self, name):

Callers 1

goaheadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected