Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcraze/crazyflie-lib-python
/ disconnect
Method
disconnect
examples/flash-memory.py:62–64 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
60
self._cf.open_link(self._link_uri)
61
62
def
disconnect(self):
63
print(
'Disconnecting from %s'
% self._link_uri)
64
self._cf.close_link()
65
66
def
wait_for_connection(self, timeout=10):
67
""
"
Callers
10
test_that_callbacks_are_removed_on_disconnect
Method · 0.45
test_that_log_config_is_stopped_on_disconnect
Method · 0.45
test_that_multiple_log_configs_are_stopped_on_disconnect
Method · 0.45
test_connection_status_after_disconnect
Method · 0.45
test_connect_to_disconnected_instance
Method · 0.45
test_disconnect_from_disconnected_instance
Method · 0.45
abort
Function · 0.45
data_written
Function · 0.45
flash-memory.py
File · 0.45
_close
Method · 0.45
Calls
1
close_link
Method · 0.45
Tested by
6
test_that_callbacks_are_removed_on_disconnect
Method · 0.36
test_that_log_config_is_stopped_on_disconnect
Method · 0.36
test_that_multiple_log_configs_are_stopped_on_disconnect
Method · 0.36
test_connection_status_after_disconnect
Method · 0.36
test_connect_to_disconnected_instance
Method · 0.36
test_disconnect_from_disconnected_instance
Method · 0.36