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

Method handle_starttag

Lib/html/parser.py:521–522  ·  view source on GitHub ↗
(self, tag, attrs)

Source from the content-addressed store, hash-verified

519
520 # Overridable -- handle start tag
521 def handle_starttag(self, tag, attrs):
522 pass
523
524 # Overridable -- handle end tag
525 def handle_endtag(self, tag):

Callers 2

parse_starttagMethod · 0.95
handle_startendtagMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected