Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dronekit/dronekit-python
/ command
Method
command
examples/drone_delivery/drone_delivery.py:210–211 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
208
209
@cherrypy.expose
210
def
command(self):
211
return
self.templates.command(self.drone.get_location())
212
213
@cherrypy.expose
214
@cherrypy.tools.json_out()
Callers
nothing calls this directly
Calls
2
get_location
Method · 0.80
command
Method · 0.45
Tested by
no test coverage detected