MCPcopy
hub / github.com/csev/py4e / handle_comment

Method handle_comment

code3/bs4/builder/_htmlparser.py:96–99  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

94 self.handle_data(data)
95
96 def handle_comment(self, data):
97 self.soup.endData()
98 self.soup.handle_data(data)
99 self.soup.endData(Comment)
100
101 def handle_decl(self, data):
102 self.soup.endData()

Callers

nothing calls this directly

Calls 2

endDataMethod · 0.45
handle_dataMethod · 0.45

Tested by

no test coverage detected