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

Method handle_startendtag

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

Source from the content-addressed store, hash-verified

514
515 # Overridable -- finish processing of start+end tag: <tag.../>
516 def handle_startendtag(self, tag, attrs):
517 self.handle_starttag(tag, attrs)
518 self.handle_endtag(tag)
519
520 # Overridable -- handle start tag
521 def handle_starttag(self, tag, attrs):

Callers 1

parse_starttagMethod · 0.95

Calls 2

handle_starttagMethod · 0.95
handle_endtagMethod · 0.95

Tested by

no test coverage detected