MCPcopy 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

goaheadMethod · 0.95
parse_declarationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected