Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
def
read_html(url: str) -> str:
Callers
1
read_html
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected