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

Method handle_data

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

Source from the content-addressed store, hash-verified

65 self.soup.handle_endtag(name)
66
67 def handle_data(self, data):
68 self.soup.handle_data(data)
69
70 def handle_charref(self, name):
71 # XXX workaround for a bug in HTMLParser. Remove this once

Callers 11

handle_charrefMethod · 0.95
handle_entityrefMethod · 0.95
piMethod · 0.45
dataMethod · 0.45
commentMethod · 0.45
charactersMethod · 0.45
handle_commentMethod · 0.45
handle_declMethod · 0.45
unknown_declMethod · 0.45
handle_piMethod · 0.45
parse_starttagFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected