Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_starttag
Method · 0.95
handle_startendtag
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected