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

Method pi

code3/bs4/builder/_lxml.py:201–204  ·  view source on GitHub ↗
(self, target, data)

Source from the content-addressed store, hash-verified

199 self.nsmaps.pop()
200
201 def pi(self, target, data):
202 self.soup.endData()
203 self.soup.handle_data(target + ' ' + data)
204 self.soup.endData(ProcessingInstruction)
205
206 def data(self, content):
207 self.soup.handle_data(content)

Callers

nothing calls this directly

Calls 2

endDataMethod · 0.45
handle_dataMethod · 0.45

Tested by

no test coverage detected