MCPcopy Create free account
hub / github.com/algirdasc/hass-eso / handle_data

Method handle_data

custom_components/eso/objects_parser.py:34–36  ·  view source on GitHub ↗
(self, data: str)

Source from the content-addressed store, hash-verified

32 self._current_text = []
33
34 def handle_data(self, data: str) -> None:
35 if self._in_objects_select and self._current_value is not None:
36 self._current_text.append(data)
37
38 def handle_endtag(self, tag: str) -> None:
39 if tag == "option" and self._in_objects_select and self._current_value:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected