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

Method feed

crawl4ai/html2text/__init__.py:149–151  ·  view source on GitHub ↗
(self, data: str)

Source from the content-addressed store, hash-verified

147 setattr(self, key, value)
148
149 def feed(self, data: str) -> None:
150 data = data.replace("</' + 'script>", "</ignore>")
151 super().feed(data)
152
153 def handle(self, data: str) -> str:
154 self.start = True

Callers 1

handleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected