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

Method characters

code3/bs4/builder/__init__.py:214–215  ·  view source on GitHub ↗
(self, content)

Source from the content-addressed store, hash-verified

212 pass
213
214 def characters(self, content):
215 self.soup.handle_data(content)
216
217 def startDocument(self):
218 pass

Callers

nothing calls this directly

Calls 1

handle_dataMethod · 0.45

Tested by

no test coverage detected