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

Method __init__

tools/terminal.py:93–95  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

91
92class _HTMLTextParser(HTMLParser):
93 def __init__(self) -> None:
94 super().__init__()
95 self._parts: list[str] = []
96
97 def handle_data(self, data: str) -> None:
98 text = data.strip()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected