Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dronesploit/dronesploit
/ run
Method
run
dronesploit/_src/modules/command/dji/tello.py:61–62 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
59
class
Land(TelloModule):
60
""
" Land the target Tello. "
""
61
def
run(self):
62
self._send_udp_command(
"land"
)
63
64
65
class
Takeoff(TelloModule):
Callers
nothing calls this directly
Calls
1
_send_udp_command
Method · 0.80
Tested by
no test coverage detected