MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / start

Method start

tests/integration/test_device_write.py:54–55  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

52 self._thread = threading.Thread(target=self._run, daemon=True)
53
54 def start(self) -> None:
55 self._thread.start()
56
57 def stop(self) -> None:
58 self._stop.set()

Callers 4

_send_and_captureFunction · 0.45
test_different_ratesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected