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

Method data

code3/bs4/builder/_lxml.py:206–207  ·  view source on GitHub ↗
(self, content)

Source from the content-addressed store, hash-verified

204 self.soup.endData(ProcessingInstruction)
205
206 def data(self, content):
207 self.soup.handle_data(content)
208
209 def doctype(self, name, pubid, system):
210 self.soup.endData()

Callers 15

foundation.min.jsFile · 0.45
aFunction · 0.45
iFunction · 0.45
eFunction · 0.45
nFunction · 0.45
foundation.jsFile · 0.45
foundationFunction · 0.45
TimerFunction · 0.45
AbideFunction · 0.45
AccordionFunction · 0.45
AccordionMenuFunction · 0.45

Calls 1

handle_dataMethod · 0.45

Tested by

no test coverage detected