Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ stop
Method
stop
tests/integration/test_device_write.py:57–59 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
55
self._thread.start()
56
57
def
stop(self) -> None:
58
self._stop.set()
59
self._thread.join(timeout=2.0)
60
61
def
captured(self) -> bytes:
62
with
self._lock:
Callers
2
_send_and_capture
Function · 0.45
test_error_recovery_workflow
Function · 0.45
Calls
1
set
Method · 0.45
Tested by
no test coverage detected