Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ handle_pi
Method
handle_pi
Lib/html/parser.py:549–550 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
547
548
# Overridable -- handle processing instruction
549
def
handle_pi(self, data):
550
pass
551
552
def
unknown_decl(self, data):
553
pass
Callers
2
goahead
Method · 0.95
parse_pi
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected