MCPcopy Index your code
hub / github.com/unclecode/crawl4ai / handle_charref

Method handle_charref

crawl4ai/html2text/__init__.py:188–189  ·  view source on GitHub ↗
(self, c: str)

Source from the content-addressed store, hash-verified

186 return outtext
187
188 def handle_charref(self, c: str) -> None:
189 self.handle_data(self.charref(c), True)
190
191 def handle_entityref(self, c: str) -> None:
192 ref = self.entityref(c)

Callers

nothing calls this directly

Calls 2

handle_dataMethod · 0.95
charrefMethod · 0.95

Tested by

no test coverage detected