MCPcopy Index your code
hub / github.com/dronekit/dronekit-python / _log

Method _log

examples/drone_delivery/drone_delivery.py:152–153  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

150 self.current_location = location.global_relative_frame
151
152 def _log(self, message):
153 print("[DEBUG]: {0}".format(message))
154
155
156class Templates:

Callers 6

__init__Method · 0.95
launchMethod · 0.95
takeoffMethod · 0.95
armMethod · 0.95
change_modeMethod · 0.95
gotoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected