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

Method __init__

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

Source from the content-addressed store, hash-verified

14
15class _BodyTextParser(HTMLParser):
16 def __init__(self) -> None:
17 super().__init__()
18 self._parts: list[str] = []
19
20 def handle_data(self, data: str) -> None:
21 text = data.strip()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected