MCPcopy 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

goaheadMethod · 0.95
parse_piMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected