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

Method handle_entityref

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

Source from the content-addressed store, hash-verified

531
532 # Overridable -- handle entity reference
533 def handle_entityref(self, name):
534 pass
535
536 # Overridable -- handle data
537 def handle_data(self, data):

Callers 1

goaheadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected