MCPcopy 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

goaheadMethod · 0.95
parse_commentMethod · 0.95
parse_bogus_commentMethod · 0.95
parse_commentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected