MCPcopy Index your code
hub / github.com/csev/py4e / handle_pi

Method handle_pi

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

Source from the content-addressed store, hash-verified

119 self.soup.endData(cls)
120
121 def handle_pi(self, data):
122 self.soup.endData()
123 self.soup.handle_data(data)
124 self.soup.endData(ProcessingInstruction)
125
126
127class HTMLParserTreeBuilder(HTMLTreeBuilder):

Callers

nothing calls this directly

Calls 2

endDataMethod · 0.45
handle_dataMethod · 0.45

Tested by

no test coverage detected