MCPcopy Create free account
hub / github.com/Dizzy-K/AutoPT / get_text

Method get_text

tools/web.py:25–26  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23 self._parts.append(text)
24
25 def get_text(self) -> str:
26 return "\n".join(self._parts)
27
28
29def read_html(url: str) -> str:

Callers 1

read_htmlFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected