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

Method handle_data

Lib/html/parser.py:537–538  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

535
536 # Overridable -- handle data
537 def handle_data(self, data):
538 pass
539
540 # Overridable -- handle comment
541 def handle_comment(self, data):

Callers 2

goaheadMethod · 0.95
parse_starttagMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected