MCPcopy Create free account
hub / github.com/clips/pattern / handle_data

Method handle_data

pattern/web/soup/BeautifulSoup.py:1373–1374  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

1371 self.literal = (len(self.quoteStack) > 0)
1372
1373 def handle_data(self, data):
1374 self.currentData.append(data)
1375
1376 def _toStringSubclass(self, text, subclass):
1377 """Adds a certain piece of text to the tree as a NavigableString

Callers 6

unknown_starttagMethod · 0.95
unknown_endtagMethod · 0.95
_toStringSubclassMethod · 0.95
handle_charrefMethod · 0.95
handle_entityrefMethod · 0.95
parse_declarationMethod · 0.95

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected