Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ handle_comment
Method
handle_comment
Lib/html/parser.py:541–542 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
539
540
# Overridable -- handle comment
541
def
handle_comment(self, data):
542
pass
543
544
# Overridable -- handle declaration
545
def
handle_decl(self, decl):
Callers
4
goahead
Method · 0.95
parse_comment
Method · 0.95
parse_bogus_comment
Method · 0.95
parse_comment
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected