Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ handle_decl
Method
handle_decl
Lib/html/parser.py:545–546 ·
view source on GitHub ↗
(self, decl)
Source
from the content-addressed store, hash-verified
543
544
# Overridable -- handle declaration
545
def
handle_decl(self, decl):
546
pass
547
548
# Overridable -- handle processing instruction
549
def
handle_pi(self, data):
Callers
3
goahead
Method · 0.95
parse_html_declaration
Method · 0.95
parse_declaration
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected