Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ close
Method
close
tests/integration/conftest.py:217–222 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
215
return
False
216
217
def
close(self) -> None:
218
try
:
219
self.client.loop_stop()
220
self.client.disconnect()
221
except
Exception:
222
pass
223
224
sub = _Subscriber()
225
yield
sub
Callers
15
test_process_set_executable
Method · 0.45
test_process_full_launch_config_roundtrip
Method · 0.45
disconnect
Method · 0.45
mosquitto_broker
Function · 0.45
mqtt_subscriber
Function · 0.45
test_deeply_nested_json
Method · 0.45
test_oversized_json_payload
Method · 0.45
test_json_with_control_characters
Method · 0.45
test_buffer_without_newline
Method · 0.45
test_rapid_message_flood
Method · 0.45
test_connection_limit
Method · 0.45
test_raw_data_injection
Method · 0.45
Calls
1
disconnect
Method · 0.45
Tested by
no test coverage detected