MCPcopy 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_locationMethod · 0.80
commandMethod · 0.45

Tested by

no test coverage detected