CodeTruthAgent-V3-Module2-Evaluation / graph_dronekit-python.json
ZeeshanSaud's picture
Upload 75 files
5d096bd verified
Raw
History Blame Contribute Delete
409 kB
{
"repo_root": "C:\\repos\\v3\\dronekit-python",
"files_scanned": 47,
"modules_parsed": 47,
"function_graph": {
"setup": [],
"docs.conf": [],
"dronekit.lib": [],
"dronekit.mavlink": [
{
"id": "dronekit.mavlink.MAVWriter.__init__",
"name": "__init__",
"lineno": 28,
"scope": "MAVWriter",
"is_async": false
},
{
"id": "dronekit.mavlink.MAVWriter.write",
"name": "write",
"lineno": 32,
"scope": "MAVWriter",
"is_async": false
},
{
"id": "dronekit.mavlink.MAVWriter.read",
"name": "read",
"lineno": 35,
"scope": "MAVWriter",
"is_async": false
},
{
"id": "dronekit.mavlink.mavudpin_multi.__init__",
"name": "__init__",
"lineno": 42,
"scope": "mavudpin_multi",
"is_async": false
},
{
"id": "dronekit.mavlink.mavudpin_multi.close",
"name": "close",
"lineno": 64,
"scope": "mavudpin_multi",
"is_async": false
},
{
"id": "dronekit.mavlink.mavudpin_multi.recv",
"name": "recv",
"lineno": 67,
"scope": "mavudpin_multi",
"is_async": false
},
{
"id": "dronekit.mavlink.mavudpin_multi.write",
"name": "write",
"lineno": 82,
"scope": "mavudpin_multi",
"is_async": false
},
{
"id": "dronekit.mavlink.mavudpin_multi.recv_msg",
"name": "recv_msg",
"lineno": 99,
"scope": "mavudpin_multi",
"is_async": false
},
{
"id": "dronekit.mavlink.MAVConnection.stop_threads",
"name": "stop_threads",
"lineno": 116,
"scope": "MAVConnection",
"is_async": false
},
{
"id": "dronekit.mavlink.MAVConnection.__init__",
"name": "__init__",
"lineno": 124,
"scope": "MAVConnection",
"is_async": false
},
{
"id": "dronekit.mavlink.MAVConnection.__init__.newsendfn",
"name": "newsendfn",
"lineno": 144,
"scope": "MAVConnection.__init__",
"is_async": false
},
{
"id": "dronekit.mavlink.MAVConnection.__init__.onexit",
"name": "onexit",
"lineno": 164,
"scope": "MAVConnection.__init__",
"is_async": false
},
{
"id": "dronekit.mavlink.MAVConnection.__init__.mavlink_thread_out",
"name": "mavlink_thread_out",
"lineno": 170,
"scope": "MAVConnection.__init__",
"is_async": false
},
{
"id": "dronekit.mavlink.MAVConnection.__init__.mavlink_thread_in",
"name": "mavlink_thread_in",
"lineno": 205,
"scope": "MAVConnection.__init__",
"is_async": false
},
{
"id": "dronekit.mavlink.MAVConnection.reset",
"name": "reset",
"lineno": 271,
"scope": "MAVConnection",
"is_async": false
},
{
"id": "dronekit.mavlink.MAVConnection.fix_targets",
"name": "fix_targets",
"lineno": 282,
"scope": "MAVConnection",
"is_async": false
},
{
"id": "dronekit.mavlink.MAVConnection.forward_loop",
"name": "forward_loop",
"lineno": 287,
"scope": "MAVConnection",
"is_async": false
},
{
"id": "dronekit.mavlink.MAVConnection.forward_message",
"name": "forward_message",
"lineno": 293,
"scope": "MAVConnection",
"is_async": false
},
{
"id": "dronekit.mavlink.MAVConnection.start",
"name": "start",
"lineno": 299,
"scope": "MAVConnection",
"is_async": false
},
{
"id": "dronekit.mavlink.MAVConnection.close",
"name": "close",
"lineno": 305,
"scope": "MAVConnection",
"is_async": false
},
{
"id": "dronekit.mavlink.MAVConnection.pipe",
"name": "pipe",
"lineno": 313,
"scope": "MAVConnection",
"is_async": false
},
{
"id": "dronekit.mavlink.MAVConnection.pipe.callback",
"name": "callback",
"lineno": 318,
"scope": "MAVConnection.pipe",
"is_async": false
},
{
"id": "dronekit.mavlink.MAVConnection.pipe.callback",
"name": "callback",
"lineno": 330,
"scope": "MAVConnection.pipe",
"is_async": false
}
],
"dronekit.util": [
{
"id": "dronekit.util.errprinter",
"name": "errprinter",
"lineno": 7,
"scope": null,
"is_async": false
},
{
"id": "dronekit.util.logger",
"name": "logger",
"lineno": 11,
"scope": null,
"is_async": false
},
{
"id": "dronekit.util.ErrprinterHandler.__init__",
"name": "__init__",
"lineno": 19,
"scope": "ErrprinterHandler",
"is_async": false
},
{
"id": "dronekit.util.ErrprinterHandler.emit",
"name": "emit",
"lineno": 23,
"scope": "ErrprinterHandler",
"is_async": false
}
],
"dronekit": [
{
"id": "dronekit.Attitude.__init__",
"name": "__init__",
"lineno": 91,
"scope": "Attitude",
"is_async": false
},
{
"id": "dronekit.Attitude.__str__",
"name": "__str__",
"lineno": 96,
"scope": "Attitude",
"is_async": false
},
{
"id": "dronekit.LocationGlobal.__init__",
"name": "__init__",
"lineno": 124,
"scope": "LocationGlobal",
"is_async": false
},
{
"id": "dronekit.LocationGlobal.__str__",
"name": "__str__",
"lineno": 133,
"scope": "LocationGlobal",
"is_async": false
},
{
"id": "dronekit.LocationGlobalRelative.__init__",
"name": "__init__",
"lineno": 160,
"scope": "LocationGlobalRelative",
"is_async": false
},
{
"id": "dronekit.LocationGlobalRelative.__str__",
"name": "__str__",
"lineno": 169,
"scope": "LocationGlobalRelative",
"is_async": false
},
{
"id": "dronekit.LocationLocal.__init__",
"name": "__init__",
"lineno": 187,
"scope": "LocationLocal",
"is_async": false
},
{
"id": "dronekit.LocationLocal.__str__",
"name": "__str__",
"lineno": 192,
"scope": "LocationLocal",
"is_async": false
},
{
"id": "dronekit.LocationLocal.distance_home",
"name": "distance_home",
"lineno": 195,
"scope": "LocationLocal",
"is_async": false
},
{
"id": "dronekit.GPSInfo.__init__",
"name": "__init__",
"lineno": 221,
"scope": "GPSInfo",
"is_async": false
},
{
"id": "dronekit.GPSInfo.__str__",
"name": "__str__",
"lineno": 227,
"scope": "GPSInfo",
"is_async": false
},
{
"id": "dronekit.Wind.__init__",
"name": "__init__",
"lineno": 241,
"scope": "Wind",
"is_async": false
},
{
"id": "dronekit.Wind.__str__",
"name": "__str__",
"lineno": 246,
"scope": "Wind",
"is_async": false
},
{
"id": "dronekit.Battery.__init__",
"name": "__init__",
"lineno": 261,
"scope": "Battery",
"is_async": false
},
{
"id": "dronekit.Battery.__str__",
"name": "__str__",
"lineno": 272,
"scope": "Battery",
"is_async": false
},
{
"id": "dronekit.Rangefinder.__init__",
"name": "__init__",
"lineno": 287,
"scope": "Rangefinder",
"is_async": false
},
{
"id": "dronekit.Rangefinder.__str__",
"name": "__str__",
"lineno": 291,
"scope": "Rangefinder",
"is_async": false
},
{
"id": "dronekit.Version.__init__",
"name": "__init__",
"lineno": 325,
"scope": "Version",
"is_async": false
},
{
"id": "dronekit.Version.is_stable",
"name": "is_stable",
"lineno": 340,
"scope": "Version",
"is_async": false
},
{
"id": "dronekit.Version.release_version",
"name": "release_version",
"lineno": 347,
"scope": "Version",
"is_async": false
},
{
"id": "dronekit.Version.release_type",
"name": "release_type",
"lineno": 358,
"scope": "Version",
"is_async": false
},
{
"id": "dronekit.Version.__str__",
"name": "__str__",
"lineno": 367,
"scope": "Version",
"is_async": false
},
{
"id": "dronekit.Capabilities.__init__",
"name": "__init__",
"lineno": 461,
"scope": "Capabilities",
"is_async": false
},
{
"id": "dronekit.VehicleMode.__init__",
"name": "__init__",
"lineno": 523,
"scope": "VehicleMode",
"is_async": false
},
{
"id": "dronekit.VehicleMode.__str__",
"name": "__str__",
"lineno": 526,
"scope": "VehicleMode",
"is_async": false
},
{
"id": "dronekit.VehicleMode.__eq__",
"name": "__eq__",
"lineno": 529,
"scope": "VehicleMode",
"is_async": false
},
{
"id": "dronekit.VehicleMode.__ne__",
"name": "__ne__",
"lineno": 532,
"scope": "VehicleMode",
"is_async": false
},
{
"id": "dronekit.SystemStatus.__init__",
"name": "__init__",
"lineno": 547,
"scope": "SystemStatus",
"is_async": false
},
{
"id": "dronekit.SystemStatus.__str__",
"name": "__str__",
"lineno": 550,
"scope": "SystemStatus",
"is_async": false
},
{
"id": "dronekit.SystemStatus.__eq__",
"name": "__eq__",
"lineno": 553,
"scope": "SystemStatus",
"is_async": false
},
{
"id": "dronekit.SystemStatus.__ne__",
"name": "__ne__",
"lineno": 556,
"scope": "SystemStatus",
"is_async": false
},
{
"id": "dronekit.HasObservers.__init__",
"name": "__init__",
"lineno": 561,
"scope": "HasObservers",
"is_async": false
},
{
"id": "dronekit.HasObservers.add_attribute_listener",
"name": "add_attribute_listener",
"lineno": 569,
"scope": "HasObservers",
"is_async": false
},
{
"id": "dronekit.HasObservers.remove_attribute_listener",
"name": "remove_attribute_listener",
"lineno": 619,
"scope": "HasObservers",
"is_async": false
},
{
"id": "dronekit.HasObservers.notify_attribute_listeners",
"name": "notify_attribute_listeners",
"lineno": 642,
"scope": "HasObservers",
"is_async": false
},
{
"id": "dronekit.HasObservers.on_attribute",
"name": "on_attribute",
"lineno": 682,
"scope": "HasObservers",
"is_async": false
},
{
"id": "dronekit.HasObservers.on_attribute.decorator",
"name": "decorator",
"lineno": 720,
"scope": "HasObservers.on_attribute",
"is_async": false
},
{
"id": "dronekit.ChannelsOverride.__init__",
"name": "__init__",
"lineno": 742,
"scope": "ChannelsOverride",
"is_async": false
},
{
"id": "dronekit.ChannelsOverride.__getitem__",
"name": "__getitem__",
"lineno": 747,
"scope": "ChannelsOverride",
"is_async": false
},
{
"id": "dronekit.ChannelsOverride.__setitem__",
"name": "__setitem__",
"lineno": 750,
"scope": "ChannelsOverride",
"is_async": false
},
{
"id": "dronekit.ChannelsOverride.__delitem__",
"name": "__delitem__",
"lineno": 762,
"scope": "ChannelsOverride",
"is_async": false
},
{
"id": "dronekit.ChannelsOverride.__len__",
"name": "__len__",
"lineno": 766,
"scope": "ChannelsOverride",
"is_async": false
},
{
"id": "dronekit.ChannelsOverride._send",
"name": "_send",
"lineno": 769,
"scope": "ChannelsOverride",
"is_async": false
},
{
"id": "dronekit.Channels.__init__",
"name": "__init__",
"lineno": 787,
"scope": "Channels",
"is_async": false
},
{
"id": "dronekit.Channels.count",
"name": "count",
"lineno": 799,
"scope": "Channels",
"is_async": false
},
{
"id": "dronekit.Channels.__getitem__",
"name": "__getitem__",
"lineno": 805,
"scope": "Channels",
"is_async": false
},
{
"id": "dronekit.Channels.__setitem__",
"name": "__setitem__",
"lineno": 808,
"scope": "Channels",
"is_async": false
},
{
"id": "dronekit.Channels.__len__",
"name": "__len__",
"lineno": 813,
"scope": "Channels",
"is_async": false
},
{
"id": "dronekit.Channels._update_channel",
"name": "_update_channel",
"lineno": 816,
"scope": "Channels",
"is_async": false
},
{
"id": "dronekit.Channels.overrides",
"name": "overrides",
"lineno": 826,
"scope": "Channels",
"is_async": false
},
{
"id": "dronekit.Channels.overrides",
"name": "overrides",
"lineno": 864,
"scope": "Channels",
"is_async": false
},
{
"id": "dronekit.Locations.__init__",
"name": "__init__",
"lineno": 890,
"scope": "Locations",
"is_async": false
},
{
"id": "dronekit.Locations.__init__.listener",
"name": "listener",
"lineno": 899,
"scope": "Locations.__init__",
"is_async": false
},
{
"id": "dronekit.Locations.__init__.listener",
"name": "listener",
"lineno": 921,
"scope": "Locations.__init__",
"is_async": false
},
{
"id": "dronekit.Locations.local_frame",
"name": "local_frame",
"lineno": 930,
"scope": "Locations",
"is_async": false
},
{
"id": "dronekit.Locations.global_frame",
"name": "global_frame",
"lineno": 945,
"scope": "Locations",
"is_async": false
},
{
"id": "dronekit.Locations.global_relative_frame",
"name": "global_relative_frame",
"lineno": 978,
"scope": "Locations",
"is_async": false
},
{
"id": "dronekit.Vehicle.__init__",
"name": "__init__",
"lineno": 1044,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.__init__.listener",
"name": "listener",
"lineno": 1072,
"scope": "Vehicle.__init__",
"is_async": false
},
{
"id": "dronekit.Vehicle.__init__.listener",
"name": "listener",
"lineno": 1079,
"scope": "Vehicle.__init__",
"is_async": false
},
{
"id": "dronekit.Vehicle.__init__.listener",
"name": "listener",
"lineno": 1093,
"scope": "Vehicle.__init__",
"is_async": false
},
{
"id": "dronekit.Vehicle.__init__.statustext_listener",
"name": "statustext_listener",
"lineno": 1101,
"scope": "Vehicle.__init__",
"is_async": false
},
{
"id": "dronekit.Vehicle.__init__.listener",
"name": "listener",
"lineno": 1109,
"scope": "Vehicle.__init__",
"is_async": false
},
{
"id": "dronekit.Vehicle.__init__.listener",
"name": "listener",
"lineno": 1121,
"scope": "Vehicle.__init__",
"is_async": false
},
{
"id": "dronekit.Vehicle.__init__.listener",
"name": "listener",
"lineno": 1135,
"scope": "Vehicle.__init__",
"is_async": false
},
{
"id": "dronekit.Vehicle.__init__.listener",
"name": "listener",
"lineno": 1147,
"scope": "Vehicle.__init__",
"is_async": false
},
{
"id": "dronekit.Vehicle.__init__.listener",
"name": "listener",
"lineno": 1157,
"scope": "Vehicle.__init__",
"is_async": false
},
{
"id": "dronekit.Vehicle.__init__.listener",
"name": "listener",
"lineno": 1168,
"scope": "Vehicle.__init__",
"is_async": false
},
{
"id": "dronekit.Vehicle.__init__.listener",
"name": "listener",
"lineno": 1186,
"scope": "Vehicle.__init__",
"is_async": false
},
{
"id": "dronekit.Vehicle.__init__.listener.set_rc",
"name": "set_rc",
"lineno": 1187,
"scope": "Vehicle.__init__.listener",
"is_async": false
},
{
"id": "dronekit.Vehicle.__init__.listener",
"name": "listener",
"lineno": 1203,
"scope": "Vehicle.__init__",
"is_async": false
},
{
"id": "dronekit.Vehicle.__init__.listener",
"name": "listener",
"lineno": 1215,
"scope": "Vehicle.__init__",
"is_async": false
},
{
"id": "dronekit.Vehicle.__init__.listener",
"name": "listener",
"lineno": 1225,
"scope": "Vehicle.__init__",
"is_async": false
},
{
"id": "dronekit.Vehicle.__init__.listener",
"name": "listener",
"lineno": 1233,
"scope": "Vehicle.__init__",
"is_async": false
},
{
"id": "dronekit.Vehicle.__init__.listener",
"name": "listener",
"lineno": 1250,
"scope": "Vehicle.__init__",
"is_async": false
},
{
"id": "dronekit.Vehicle.__init__.listener",
"name": "listener",
"lineno": 1278,
"scope": "Vehicle.__init__",
"is_async": false
},
{
"id": "dronekit.Vehicle.__init__.listener",
"name": "listener",
"lineno": 1285,
"scope": "Vehicle.__init__",
"is_async": false
},
{
"id": "dronekit.Vehicle.__init__.listener",
"name": "listener",
"lineno": 1290,
"scope": "Vehicle.__init__",
"is_async": false
},
{
"id": "dronekit.Vehicle.__init__.listener",
"name": "listener",
"lineno": 1313,
"scope": "Vehicle.__init__",
"is_async": false
},
{
"id": "dronekit.Vehicle.__init__.listener",
"name": "listener",
"lineno": 1337,
"scope": "Vehicle.__init__",
"is_async": false
},
{
"id": "dronekit.Vehicle.__init__.listener",
"name": "listener",
"lineno": 1358,
"scope": "Vehicle.__init__",
"is_async": false
},
{
"id": "dronekit.Vehicle.__init__.listener",
"name": "listener",
"lineno": 1396,
"scope": "Vehicle.__init__",
"is_async": false
},
{
"id": "dronekit.Vehicle.__init__.listener",
"name": "listener",
"lineno": 1414,
"scope": "Vehicle.__init__",
"is_async": false
},
{
"id": "dronekit.Vehicle.__init__.listener",
"name": "listener",
"lineno": 1427,
"scope": "Vehicle.__init__",
"is_async": false
},
{
"id": "dronekit.Vehicle.last_heartbeat",
"name": "last_heartbeat",
"lineno": 1433,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.on_message",
"name": "on_message",
"lineno": 1469,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.on_message.decorator",
"name": "decorator",
"lineno": 1500,
"scope": "Vehicle.on_message",
"is_async": false
},
{
"id": "dronekit.Vehicle.add_message_listener",
"name": "add_message_listener",
"lineno": 1509,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.remove_message_listener",
"name": "remove_message_listener",
"lineno": 1547,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.notify_message_listeners",
"name": "notify_message_listeners",
"lineno": 1564,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.close",
"name": "close",
"lineno": 1577,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.flush",
"name": "flush",
"lineno": 1580,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle._mode_mapping",
"name": "_mode_mapping",
"lineno": 1599,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle._mode_mapping_bynumber",
"name": "_mode_mapping_bynumber",
"lineno": 1603,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle._is_mode_available",
"name": "_is_mode_available",
"lineno": 1606,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.mode",
"name": "mode",
"lineno": 1620,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.mode",
"name": "mode",
"lineno": 1648,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.location",
"name": "location",
"lineno": 1660,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.wind",
"name": "wind",
"lineno": 1722,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.battery",
"name": "battery",
"lineno": 1731,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.rangefinder",
"name": "rangefinder",
"lineno": 1740,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.velocity",
"name": "velocity",
"lineno": 1747,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.version",
"name": "version",
"lineno": 1754,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.capabilities",
"name": "capabilities",
"lineno": 1763,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.attitude",
"name": "attitude",
"lineno": 1772,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.gps_0",
"name": "gps_0",
"lineno": 1779,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.armed",
"name": "armed",
"lineno": 1786,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.armed",
"name": "armed",
"lineno": 1806,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.is_armable",
"name": "is_armable",
"lineno": 1814,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.system_status",
"name": "system_status",
"lineno": 1827,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.heading",
"name": "heading",
"lineno": 1855,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.groundspeed",
"name": "groundspeed",
"lineno": 1862,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.groundspeed",
"name": "groundspeed",
"lineno": 1873,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.airspeed",
"name": "airspeed",
"lineno": 1888,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.airspeed",
"name": "airspeed",
"lineno": 1899,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.gimbal",
"name": "gimbal",
"lineno": 1914,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.mount_status",
"name": "mount_status",
"lineno": 1923,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.ekf_ok",
"name": "ekf_ok",
"lineno": 1934,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.channels",
"name": "channels",
"lineno": 1946,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.home_location",
"name": "home_location",
"lineno": 1971,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.home_location",
"name": "home_location",
"lineno": 2007,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.commands",
"name": "commands",
"lineno": 2035,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.parameters",
"name": "parameters",
"lineno": 2046,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.wait_for",
"name": "wait_for",
"lineno": 2052,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.wait_for_armable",
"name": "wait_for_armable",
"lineno": 2069,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.wait_for_armable.check_armable",
"name": "check_armable",
"lineno": 2076,
"scope": "Vehicle.wait_for_armable",
"is_async": false
},
{
"id": "dronekit.Vehicle.arm",
"name": "arm",
"lineno": 2081,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.disarm",
"name": "disarm",
"lineno": 2095,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.wait_for_mode",
"name": "wait_for_mode",
"lineno": 2108,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.wait_for_alt",
"name": "wait_for_alt",
"lineno": 2125,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.wait_for_alt.get_alt",
"name": "get_alt",
"lineno": 2135,
"scope": "Vehicle.wait_for_alt",
"is_async": false
},
{
"id": "dronekit.Vehicle.wait_for_alt.check_alt",
"name": "check_alt",
"lineno": 2143,
"scope": "Vehicle.wait_for_alt",
"is_async": false
},
{
"id": "dronekit.Vehicle.wait_simple_takeoff",
"name": "wait_simple_takeoff",
"lineno": 2160,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.simple_takeoff",
"name": "simple_takeoff",
"lineno": 2166,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.simple_goto",
"name": "simple_goto",
"lineno": 2194,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.send_mavlink",
"name": "send_mavlink",
"lineno": 2246,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.message_factory",
"name": "message_factory",
"lineno": 2263,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.initialize",
"name": "initialize",
"lineno": 2304,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.send_capabilties_request",
"name": "send_capabilties_request",
"lineno": 2347,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.send_capabilities_request",
"name": "send_capabilities_request",
"lineno": 2355,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.play_tune",
"name": "play_tune",
"lineno": 2360,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.wait_ready",
"name": "wait_ready",
"lineno": 2365,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.reboot",
"name": "reboot",
"lineno": 2431,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.send_calibrate_gyro",
"name": "send_calibrate_gyro",
"lineno": 2446,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.send_calibrate_magnetometer",
"name": "send_calibrate_magnetometer",
"lineno": 2463,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.send_calibrate_accelerometer",
"name": "send_calibrate_accelerometer",
"lineno": 2496,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.send_calibrate_vehicle_level",
"name": "send_calibrate_vehicle_level",
"lineno": 2516,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Vehicle.send_calibrate_barometer",
"name": "send_calibrate_barometer",
"lineno": 2533,
"scope": "Vehicle",
"is_async": false
},
{
"id": "dronekit.Gimbal.__init__",
"name": "__init__",
"lineno": 2575,
"scope": "Gimbal",
"is_async": false
},
{
"id": "dronekit.Gimbal.__init__.listener",
"name": "listener",
"lineno": 2584,
"scope": "Gimbal.__init__",
"is_async": false
},
{
"id": "dronekit.Gimbal.__init__.listener",
"name": "listener",
"lineno": 2591,
"scope": "Gimbal.__init__",
"is_async": false
},
{
"id": "dronekit.Gimbal.pitch",
"name": "pitch",
"lineno": 2598,
"scope": "Gimbal",
"is_async": false
},
{
"id": "dronekit.Gimbal.roll",
"name": "roll",
"lineno": 2611,
"scope": "Gimbal",
"is_async": false
},
{
"id": "dronekit.Gimbal.yaw",
"name": "yaw",
"lineno": 2622,
"scope": "Gimbal",
"is_async": false
},
{
"id": "dronekit.Gimbal.rotate",
"name": "rotate",
"lineno": 2632,
"scope": "Gimbal",
"is_async": false
},
{
"id": "dronekit.Gimbal.target_location",
"name": "target_location",
"lineno": 2664,
"scope": "Gimbal",
"is_async": false
},
{
"id": "dronekit.Gimbal.release",
"name": "release",
"lineno": 2714,
"scope": "Gimbal",
"is_async": false
},
{
"id": "dronekit.Gimbal.__str__",
"name": "__str__",
"lineno": 2730,
"scope": "Gimbal",
"is_async": false
},
{
"id": "dronekit.Parameters.__init__",
"name": "__init__",
"lineno": 2755,
"scope": "Parameters",
"is_async": false
},
{
"id": "dronekit.Parameters.__getitem__",
"name": "__getitem__",
"lineno": 2760,
"scope": "Parameters",
"is_async": false
},
{
"id": "dronekit.Parameters.__setitem__",
"name": "__setitem__",
"lineno": 2765,
"scope": "Parameters",
"is_async": false
},
{
"id": "dronekit.Parameters.__delitem__",
"name": "__delitem__",
"lineno": 2770,
"scope": "Parameters",
"is_async": false
},
{
"id": "dronekit.Parameters.__len__",
"name": "__len__",
"lineno": 2773,
"scope": "Parameters",
"is_async": false
},
{
"id": "dronekit.Parameters.__iter__",
"name": "__iter__",
"lineno": 2776,
"scope": "Parameters",
"is_async": false
},
{
"id": "dronekit.Parameters.get",
"name": "get",
"lineno": 2779,
"scope": "Parameters",
"is_async": false
},
{
"id": "dronekit.Parameters.set",
"name": "set",
"lineno": 2785,
"scope": "Parameters",
"is_async": false
},
{
"id": "dronekit.Parameters.wait_ready",
"name": "wait_ready",
"lineno": 2813,
"scope": "Parameters",
"is_async": false
},
{
"id": "dronekit.Parameters.add_attribute_listener",
"name": "add_attribute_listener",
"lineno": 2819,
"scope": "Parameters",
"is_async": false
},
{
"id": "dronekit.Parameters.remove_attribute_listener",
"name": "remove_attribute_listener",
"lineno": 2860,
"scope": "Parameters",
"is_async": false
},
{
"id": "dronekit.Parameters.notify_attribute_listeners",
"name": "notify_attribute_listeners",
"lineno": 2879,
"scope": "Parameters",
"is_async": false
},
{
"id": "dronekit.Parameters.on_attribute",
"name": "on_attribute",
"lineno": 2883,
"scope": "Parameters",
"is_async": false
},
{
"id": "dronekit.CommandSequence.__init__",
"name": "__init__",
"lineno": 3001,
"scope": "CommandSequence",
"is_async": false
},
{
"id": "dronekit.CommandSequence.download",
"name": "download",
"lineno": 3004,
"scope": "CommandSequence",
"is_async": false
},
{
"id": "dronekit.CommandSequence.wait_ready",
"name": "wait_ready",
"lineno": 3015,
"scope": "CommandSequence",
"is_async": false
},
{
"id": "dronekit.CommandSequence.clear",
"name": "clear",
"lineno": 3023,
"scope": "CommandSequence",
"is_async": false
},
{
"id": "dronekit.CommandSequence.add",
"name": "add",
"lineno": 3042,
"scope": "CommandSequence",
"is_async": false
},
{
"id": "dronekit.CommandSequence.upload",
"name": "upload",
"lineno": 3057,
"scope": "CommandSequence",
"is_async": false
},
{
"id": "dronekit.CommandSequence.count",
"name": "count",
"lineno": 3080,
"scope": "CommandSequence",
"is_async": false
},
{
"id": "dronekit.CommandSequence.next",
"name": "next",
"lineno": 3089,
"scope": "CommandSequence",
"is_async": false
},
{
"id": "dronekit.CommandSequence.next",
"name": "next",
"lineno": 3096,
"scope": "CommandSequence",
"is_async": false
},
{
"id": "dronekit.CommandSequence.__len__",
"name": "__len__",
"lineno": 3102,
"scope": "CommandSequence",
"is_async": false
},
{
"id": "dronekit.CommandSequence.__getitem__",
"name": "__getitem__",
"lineno": 3110,
"scope": "CommandSequence",
"is_async": false
},
{
"id": "dronekit.CommandSequence.__setitem__",
"name": "__setitem__",
"lineno": 3121,
"scope": "CommandSequence",
"is_async": false
},
{
"id": "dronekit.default_still_waiting_callback",
"name": "default_still_waiting_callback",
"lineno": 3126,
"scope": null,
"is_async": false
},
{
"id": "dronekit.connect",
"name": "connect",
"lineno": 3130,
"scope": null,
"is_async": false
}
],
"dronekit.test": [
{
"id": "dronekit.test.setup_sitl",
"name": "setup_sitl",
"lineno": 16,
"scope": null,
"is_async": false
},
{
"id": "dronekit.test.teardown_sitl",
"name": "teardown_sitl",
"lineno": 23,
"scope": null,
"is_async": false
},
{
"id": "dronekit.test.with_sitl",
"name": "with_sitl",
"lineno": 27,
"scope": null,
"is_async": false
},
{
"id": "dronekit.test.with_sitl.test",
"name": "test",
"lineno": 29,
"scope": "with_sitl",
"is_async": false
},
{
"id": "dronekit.test.wait_for",
"name": "wait_for",
"lineno": 34,
"scope": null,
"is_async": false
}
],
"dronekit.test.sitl.test_110": [
{
"id": "dronekit.test.sitl.test_110.test_110",
"name": "test_110",
"lineno": 8,
"scope": null,
"is_async": false
},
{
"id": "dronekit.test.sitl.test_110.test_110.armed_callback",
"name": "armed_callback",
"lineno": 27,
"scope": "test_110",
"is_async": false
}
],
"dronekit.test.sitl.test_115": [
{
"id": "dronekit.test.sitl.test_115.test_115",
"name": "test_115",
"lineno": 8,
"scope": null,
"is_async": false
},
{
"id": "dronekit.test.sitl.test_115.test_115.mavlink_callback",
"name": "mavlink_callback",
"lineno": 12,
"scope": "test_115",
"is_async": false
}
],
"dronekit.test.sitl.test_12": [
{
"id": "dronekit.test.sitl.test_12.current_milli_time",
"name": "current_milli_time",
"lineno": 7,
"scope": null,
"is_async": false
},
{
"id": "dronekit.test.sitl.test_12.test_timeout",
"name": "test_timeout",
"lineno": 12,
"scope": null,
"is_async": false
}
],
"dronekit.test.sitl.test_capability_and_version": [
{
"id": "dronekit.test.sitl.test_capability_and_version.test_115",
"name": "test_115",
"lineno": 9,
"scope": null,
"is_async": false
}
],
"dronekit.test.sitl.test_channels": [
{
"id": "dronekit.test.sitl.test_channels.assert_readback",
"name": "assert_readback",
"lineno": 7,
"scope": null,
"is_async": false
},
{
"id": "dronekit.test.sitl.test_channels.test_timeout",
"name": "test_timeout",
"lineno": 21,
"scope": null,
"is_async": false
},
{
"id": "dronekit.test.sitl.test_channels.test_timeout.channels_callback",
"name": "channels_callback",
"lineno": 143,
"scope": "test_timeout",
"is_async": false
}
],
"dronekit.test.sitl.test_earlyattrs": [
{
"id": "dronekit.test.sitl.test_earlyattrs.test_battery_none",
"name": "test_battery_none",
"lineno": 7,
"scope": null,
"is_async": false
}
],
"dronekit.test.sitl.test_errprinter": [
{
"id": "dronekit.test.sitl.test_errprinter.test_115",
"name": "test_115",
"lineno": 11,
"scope": null,
"is_async": false
},
{
"id": "dronekit.test.sitl.test_errprinter.test_115.errprinter_fn",
"name": "errprinter_fn",
"lineno": 18,
"scope": "test_115",
"is_async": false
}
],
"dronekit.test.sitl.test_goto": [
{
"id": "dronekit.test.sitl.test_goto.test_goto",
"name": "test_goto",
"lineno": 17,
"scope": null,
"is_async": false
},
{
"id": "dronekit.test.sitl.test_goto.test_goto.arm_and_takeoff",
"name": "arm_and_takeoff",
"lineno": 26,
"scope": "test_goto",
"is_async": false
}
],
"dronekit.test.sitl.test_locations": [
{
"id": "dronekit.test.sitl.test_locations.test_timeout",
"name": "test_timeout",
"lineno": 8,
"scope": null,
"is_async": false
},
{
"id": "dronekit.test.sitl.test_locations.test_timeout.arm_and_takeoff",
"name": "arm_and_takeoff",
"lineno": 17,
"scope": "test_timeout",
"is_async": false
},
{
"id": "dronekit.test.sitl.test_locations.test_location_notify",
"name": "test_location_notify",
"lineno": 73,
"scope": null,
"is_async": false
},
{
"id": "dronekit.test.sitl.test_locations.test_location_notify.callback",
"name": "callback",
"lineno": 79,
"scope": "test_location_notify",
"is_async": false
}
],
"dronekit.test.sitl.test_mavlink": [
{
"id": "dronekit.test.sitl.test_mavlink.test_mavlink",
"name": "test_mavlink",
"lineno": 8,
"scope": null,
"is_async": false
},
{
"id": "dronekit.test.sitl.test_mavlink.test_mavlink.callback",
"name": "callback",
"lineno": 19,
"scope": "test_mavlink",
"is_async": false
}
],
"dronekit.test.sitl.test_modeavailable": [
{
"id": "dronekit.test.sitl.test_modeavailable.test_timeout",
"name": "test_timeout",
"lineno": 10,
"scope": null,
"is_async": false
}
],
"dronekit.test.sitl.test_mode_settings": [
{
"id": "dronekit.test.sitl.test_mode_settings.test_modes_set",
"name": "test_modes_set",
"lineno": 7,
"scope": null,
"is_async": false
},
{
"id": "dronekit.test.sitl.test_mode_settings.test_modes_set.listener",
"name": "listener",
"lineno": 10,
"scope": "test_modes_set",
"is_async": false
}
],
"dronekit.test.sitl.test_parameters": [
{
"id": "dronekit.test.sitl.test_parameters.test_parameters",
"name": "test_parameters",
"lineno": 8,
"scope": null,
"is_async": false
},
{
"id": "dronekit.test.sitl.test_parameters.test_iterating",
"name": "test_iterating",
"lineno": 29,
"scope": null,
"is_async": false
},
{
"id": "dronekit.test.sitl.test_parameters.test_setting",
"name": "test_setting",
"lineno": 42,
"scope": null,
"is_async": false
},
{
"id": "dronekit.test.sitl.test_parameters.test_setting.listener",
"name": "listener",
"lineno": 50,
"scope": "test_setting",
"is_async": false
}
],
"dronekit.test.sitl.test_reboot": [
{
"id": "dronekit.test.sitl.test_reboot.test_reboot",
"name": "test_reboot",
"lineno": 9,
"scope": null,
"is_async": false
},
{
"id": "dronekit.test.sitl.test_reboot.test_reboot.on_ack",
"name": "on_ack",
"lineno": 16,
"scope": "test_reboot",
"is_async": false
}
],
"dronekit.test.sitl.test_sensor_calibration": [
{
"id": "dronekit.test.sitl.test_sensor_calibration.test_gyro_calibration",
"name": "test_gyro_calibration",
"lineno": 10,
"scope": null,
"is_async": false
},
{
"id": "dronekit.test.sitl.test_sensor_calibration.test_magnetometer_calibration",
"name": "test_magnetometer_calibration",
"lineno": 22,
"scope": null,
"is_async": false
},
{
"id": "dronekit.test.sitl.test_sensor_calibration.test_simple_accelerometer_calibration",
"name": "test_simple_accelerometer_calibration",
"lineno": 39,
"scope": null,
"is_async": false
},
{
"id": "dronekit.test.sitl.test_sensor_calibration.test_accelerometer_calibration",
"name": "test_accelerometer_calibration",
"lineno": 56,
"scope": null,
"is_async": false
},
{
"id": "dronekit.test.sitl.test_sensor_calibration.test_board_level_calibration",
"name": "test_board_level_calibration",
"lineno": 75,
"scope": null,
"is_async": false
},
{
"id": "dronekit.test.sitl.test_sensor_calibration.test_barometer_calibration",
"name": "test_barometer_calibration",
"lineno": 87,
"scope": null,
"is_async": false
}
],
"dronekit.test.sitl.test_simpledemo": [
{
"id": "dronekit.test.sitl.test_simpledemo.test_parameter",
"name": "test_parameter",
"lineno": 13,
"scope": null,
"is_async": false
},
{
"id": "dronekit.test.sitl.test_simpledemo.test_mode",
"name": "test_mode",
"lineno": 24,
"scope": null,
"is_async": false
}
],
"dronekit.test.sitl.test_state": [
{
"id": "dronekit.test.sitl.test_state.test_state",
"name": "test_state",
"lineno": 7,
"scope": null,
"is_async": false
}
],
"dronekit.test.sitl.test_timeout": [
{
"id": "dronekit.test.sitl.test_timeout.test_timeout",
"name": "test_timeout",
"lineno": 9,
"scope": null,
"is_async": false
},
{
"id": "dronekit.test.sitl.test_timeout.test_timeout_empty",
"name": "test_timeout_empty",
"lineno": 25,
"scope": null,
"is_async": false
}
],
"dronekit.test.sitl.test_vehicleclass": [
{
"id": "dronekit.test.sitl.test_vehicleclass.DummyVehicle.__init__",
"name": "__init__",
"lineno": 7,
"scope": "DummyVehicle",
"is_async": false
},
{
"id": "dronekit.test.sitl.test_vehicleclass.DummyVehicle.__init__.success_fn",
"name": "success_fn",
"lineno": 12,
"scope": "DummyVehicle.__init__",
"is_async": false
},
{
"id": "dronekit.test.sitl.test_vehicleclass.test_timeout",
"name": "test_timeout",
"lineno": 19,
"scope": null,
"is_async": false
}
],
"dronekit.test.sitl.test_waypoints": [
{
"id": "dronekit.test.sitl.test_waypoints.test_empty_clear",
"name": "test_empty_clear",
"lineno": 9,
"scope": null,
"is_async": false
},
{
"id": "dronekit.test.sitl.test_waypoints.test_set_home",
"name": "test_set_home",
"lineno": 22,
"scope": null,
"is_async": false
},
{
"id": "dronekit.test.sitl.test_waypoints.test_parameter",
"name": "test_parameter",
"lineno": 47,
"scope": null,
"is_async": false
},
{
"id": "dronekit.test.sitl.test_waypoints.test_227",
"name": "test_227",
"lineno": 123,
"scope": null,
"is_async": false
},
{
"id": "dronekit.test.sitl.test_waypoints.test_227.assert_commands",
"name": "assert_commands",
"lineno": 130,
"scope": "test_227",
"is_async": false
}
],
"dronekit.test.sitl": [
{
"id": "dronekit.test.sitl.assert_command_ack",
"name": "assert_command_ack",
"lineno": 8,
"scope": null,
"is_async": false
},
{
"id": "dronekit.test.sitl.assert_command_ack.on_ack",
"name": "on_ack",
"lineno": 32,
"scope": "assert_command_ack",
"is_async": false
}
],
"dronekit.test.unit.test_api": [
{
"id": "dronekit.test.unit.test_api.test_vehicle_mode_eq",
"name": "test_vehicle_mode_eq",
"lineno": 5,
"scope": null,
"is_async": false
},
{
"id": "dronekit.test.unit.test_api.test_vehicle_mode_neq",
"name": "test_vehicle_mode_neq",
"lineno": 9,
"scope": null,
"is_async": false
}
],
"dronekit.test.unit": [],
"examples.channel_overrides.channel_overrides": [],
"examples.create_attribute.create_attribute": [
{
"id": "examples.create_attribute.create_attribute.raw_imu_callback",
"name": "raw_imu_callback",
"lineno": 49,
"scope": null,
"is_async": false
}
],
"examples.create_attribute.my_vehicle": [
{
"id": "examples.create_attribute.my_vehicle.RawIMU.__init__",
"name": "__init__",
"lineno": 33,
"scope": "RawIMU",
"is_async": false
},
{
"id": "examples.create_attribute.my_vehicle.RawIMU.__str__",
"name": "__str__",
"lineno": 48,
"scope": "RawIMU",
"is_async": false
},
{
"id": "examples.create_attribute.my_vehicle.MyVehicle.__init__",
"name": "__init__",
"lineno": 56,
"scope": "MyVehicle",
"is_async": false
},
{
"id": "examples.create_attribute.my_vehicle.MyVehicle.__init__.listener",
"name": "listener",
"lineno": 64,
"scope": "MyVehicle.__init__",
"is_async": false
},
{
"id": "examples.create_attribute.my_vehicle.MyVehicle.raw_imu",
"name": "raw_imu",
"lineno": 89,
"scope": "MyVehicle",
"is_async": false
}
],
"examples.drone_delivery.drone_delivery": [
{
"id": "examples.drone_delivery.drone_delivery.Drone.__init__",
"name": "__init__",
"lineno": 54,
"scope": "Drone",
"is_async": false
},
{
"id": "examples.drone_delivery.drone_delivery.Drone.launch",
"name": "launch",
"lineno": 69,
"scope": "Drone",
"is_async": false
},
{
"id": "examples.drone_delivery.drone_delivery.Drone.takeoff",
"name": "takeoff",
"lineno": 88,
"scope": "Drone",
"is_async": false
},
{
"id": "examples.drone_delivery.drone_delivery.Drone.arm",
"name": "arm",
"lineno": 92,
"scope": "Drone",
"is_async": false
},
{
"id": "examples.drone_delivery.drone_delivery.Drone._run_server",
"name": "_run_server",
"lineno": 102,
"scope": "Drone",
"is_async": false
},
{
"id": "examples.drone_delivery.drone_delivery.Drone.change_mode",
"name": "change_mode",
"lineno": 116,
"scope": "Drone",
"is_async": false
},
{
"id": "examples.drone_delivery.drone_delivery.Drone.goto",
"name": "goto",
"lineno": 124,
"scope": "Drone",
"is_async": false
},
{
"id": "examples.drone_delivery.drone_delivery.Drone.get_location",
"name": "get_location",
"lineno": 143,
"scope": "Drone",
"is_async": false
},
{
"id": "examples.drone_delivery.drone_delivery.Drone.location_callback",
"name": "location_callback",
"lineno": 146,
"scope": "Drone",
"is_async": false
},
{
"id": "examples.drone_delivery.drone_delivery.Drone._log",
"name": "_log",
"lineno": 152,
"scope": "Drone",
"is_async": false
},
{
"id": "examples.drone_delivery.drone_delivery.Templates.__init__",
"name": "__init__",
"lineno": 157,
"scope": "Templates",
"is_async": false
},
{
"id": "examples.drone_delivery.drone_delivery.Templates.get_options",
"name": "get_options",
"lineno": 162,
"scope": "Templates",
"is_async": false
},
{
"id": "examples.drone_delivery.drone_delivery.Templates.index",
"name": "index",
"lineno": 177,
"scope": "Templates",
"is_async": false
},
{
"id": "examples.drone_delivery.drone_delivery.Templates.track",
"name": "track",
"lineno": 182,
"scope": "Templates",
"is_async": false
},
{
"id": "examples.drone_delivery.drone_delivery.Templates.command",
"name": "command",
"lineno": 189,
"scope": "Templates",
"is_async": false
},
{
"id": "examples.drone_delivery.drone_delivery.Templates.get_template",
"name": "get_template",
"lineno": 195,
"scope": "Templates",
"is_async": false
},
{
"id": "examples.drone_delivery.drone_delivery.DroneDelivery.__init__",
"name": "__init__",
"lineno": 201,
"scope": "DroneDelivery",
"is_async": false
},
{
"id": "examples.drone_delivery.drone_delivery.DroneDelivery.index",
"name": "index",
"lineno": 206,
"scope": "DroneDelivery",
"is_async": false
},
{
"id": "examples.drone_delivery.drone_delivery.DroneDelivery.command",
"name": "command",
"lineno": 210,
"scope": "DroneDelivery",
"is_async": false
},
{
"id": "examples.drone_delivery.drone_delivery.DroneDelivery.vehicle",
"name": "vehicle",
"lineno": 215,
"scope": "DroneDelivery",
"is_async": false
},
{
"id": "examples.drone_delivery.drone_delivery.DroneDelivery.track",
"name": "track",
"lineno": 219,
"scope": "DroneDelivery",
"is_async": false
}
],
"examples.flight_replay.flight_replay": [
{
"id": "examples.flight_replay.flight_replay.get_distance_metres",
"name": "get_distance_metres",
"lineno": 29,
"scope": null,
"is_async": false
},
{
"id": "examples.flight_replay.flight_replay.distance_to_current_waypoint",
"name": "distance_to_current_waypoint",
"lineno": 43,
"scope": null,
"is_async": false
},
{
"id": "examples.flight_replay.flight_replay.position_messages_from_tlog",
"name": "position_messages_from_tlog",
"lineno": 59,
"scope": null,
"is_async": false
},
{
"id": "examples.flight_replay.flight_replay.arm_and_takeoff",
"name": "arm_and_takeoff",
"lineno": 104,
"scope": null,
"is_async": false
}
],
"examples.follow_me.follow_me": [
{
"id": "examples.follow_me.follow_me.arm_and_takeoff",
"name": "arm_and_takeoff",
"lineno": 47,
"scope": null,
"is_async": false
}
],
"examples.gcs.microgcs": [
{
"id": "examples.gcs.microgcs.setMode",
"name": "setMode",
"lineno": 39,
"scope": null,
"is_async": false
},
{
"id": "examples.gcs.microgcs.updateGUI",
"name": "updateGUI",
"lineno": 44,
"scope": null,
"is_async": false
},
{
"id": "examples.gcs.microgcs.addObserverAndInit",
"name": "addObserverAndInit",
"lineno": 47,
"scope": null,
"is_async": false
}
],
"examples.guided_set_speed_yaw.guided_set_speed_yaw": [
{
"id": "examples.guided_set_speed_yaw.guided_set_speed_yaw.arm_and_takeoff",
"name": "arm_and_takeoff",
"lineno": 43,
"scope": null,
"is_async": false
},
{
"id": "examples.guided_set_speed_yaw.guided_set_speed_yaw.condition_yaw",
"name": "condition_yaw",
"lineno": 95,
"scope": null,
"is_async": false
},
{
"id": "examples.guided_set_speed_yaw.guided_set_speed_yaw.set_roi",
"name": "set_roi",
"lineno": 127,
"scope": null,
"is_async": false
},
{
"id": "examples.guided_set_speed_yaw.guided_set_speed_yaw.get_location_metres",
"name": "get_location_metres",
"lineno": 165,
"scope": null,
"is_async": false
},
{
"id": "examples.guided_set_speed_yaw.guided_set_speed_yaw.get_distance_metres",
"name": "get_distance_metres",
"lineno": 197,
"scope": null,
"is_async": false
},
{
"id": "examples.guided_set_speed_yaw.guided_set_speed_yaw.get_bearing",
"name": "get_bearing",
"lineno": 210,
"scope": null,
"is_async": false
},
{
"id": "examples.guided_set_speed_yaw.guided_set_speed_yaw.goto_position_target_global_int",
"name": "goto_position_target_global_int",
"lineno": 241,
"scope": null,
"is_async": false
},
{
"id": "examples.guided_set_speed_yaw.guided_set_speed_yaw.goto_position_target_local_ned",
"name": "goto_position_target_local_ned",
"lineno": 268,
"scope": null,
"is_async": false
},
{
"id": "examples.guided_set_speed_yaw.guided_set_speed_yaw.goto",
"name": "goto",
"lineno": 298,
"scope": null,
"is_async": false
},
{
"id": "examples.guided_set_speed_yaw.guided_set_speed_yaw.send_ned_velocity",
"name": "send_ned_velocity",
"lineno": 339,
"scope": null,
"is_async": false
},
{
"id": "examples.guided_set_speed_yaw.guided_set_speed_yaw.send_global_velocity",
"name": "send_global_velocity",
"lineno": 374,
"scope": null,
"is_async": false
}
],
"examples.mission_basic.mission_basic": [
{
"id": "examples.mission_basic.mission_basic.get_location_metres",
"name": "get_location_metres",
"lineno": 41,
"scope": null,
"is_async": false
},
{
"id": "examples.mission_basic.mission_basic.get_distance_metres",
"name": "get_distance_metres",
"lineno": 64,
"scope": null,
"is_async": false
},
{
"id": "examples.mission_basic.mission_basic.distance_to_current_waypoint",
"name": "distance_to_current_waypoint",
"lineno": 78,
"scope": null,
"is_async": false
},
{
"id": "examples.mission_basic.mission_basic.download_mission",
"name": "download_mission",
"lineno": 95,
"scope": null,
"is_async": false
},
{
"id": "examples.mission_basic.mission_basic.adds_square_mission",
"name": "adds_square_mission",
"lineno": 105,
"scope": null,
"is_async": false
},
{
"id": "examples.mission_basic.mission_basic.arm_and_takeoff",
"name": "arm_and_takeoff",
"lineno": 141,
"scope": null,
"is_async": false
}
],
"examples.mission_import_export.mission_import_export": [
{
"id": "examples.mission_import_export.mission_import_export.readmission",
"name": "readmission",
"lineno": 51,
"scope": null,
"is_async": false
},
{
"id": "examples.mission_import_export.mission_import_export.upload_mission",
"name": "upload_mission",
"lineno": 85,
"scope": null,
"is_async": false
},
{
"id": "examples.mission_import_export.mission_import_export.download_mission",
"name": "download_mission",
"lineno": 104,
"scope": null,
"is_async": false
},
{
"id": "examples.mission_import_export.mission_import_export.save_mission",
"name": "save_mission",
"lineno": 118,
"scope": null,
"is_async": false
},
{
"id": "examples.mission_import_export.mission_import_export.printfile",
"name": "printfile",
"lineno": 140,
"scope": null,
"is_async": false
}
],
"examples.performance_test.performance_test": [
{
"id": "examples.performance_test.performance_test.cur_usec",
"name": "cur_usec",
"lineno": 46,
"scope": null,
"is_async": false
},
{
"id": "examples.performance_test.performance_test.MeasureTime.__init__",
"name": "__init__",
"lineno": 54,
"scope": "MeasureTime",
"is_async": false
},
{
"id": "examples.performance_test.performance_test.MeasureTime.reset",
"name": "reset",
"lineno": 60,
"scope": "MeasureTime",
"is_async": false
},
{
"id": "examples.performance_test.performance_test.MeasureTime.log",
"name": "log",
"lineno": 64,
"scope": "MeasureTime",
"is_async": false
},
{
"id": "examples.performance_test.performance_test.MeasureTime.update",
"name": "update",
"lineno": 72,
"scope": "MeasureTime",
"is_async": false
},
{
"id": "examples.performance_test.performance_test.listener",
"name": "listener",
"lineno": 88,
"scope": null,
"is_async": false
},
{
"id": "examples.performance_test.performance_test.send_testpackets",
"name": "send_testpackets",
"lineno": 93,
"scope": null,
"is_async": false
}
],
"examples.play_tune.play_tune": [],
"examples.reboot.reboot": [],
"examples.set_attitude_target.set_attitude_target": [
{
"id": "examples.set_attitude_target.set_attitude_target.arm_and_takeoff_nogps",
"name": "arm_and_takeoff_nogps",
"lineno": 44,
"scope": null,
"is_async": false
},
{
"id": "examples.set_attitude_target.set_attitude_target.send_attitude_target",
"name": "send_attitude_target",
"lineno": 87,
"scope": null,
"is_async": false
},
{
"id": "examples.set_attitude_target.set_attitude_target.set_attitude",
"name": "set_attitude",
"lineno": 116,
"scope": null,
"is_async": false
},
{
"id": "examples.set_attitude_target.set_attitude_target.to_quaternion",
"name": "to_quaternion",
"lineno": 140,
"scope": null,
"is_async": false
}
],
"examples.simple_goto.simple_goto": [
{
"id": "examples.simple_goto.simple_goto.arm_and_takeoff",
"name": "arm_and_takeoff",
"lineno": 41,
"scope": null,
"is_async": false
}
],
"examples.vehicle_state.vehicle_state": [
{
"id": "examples.vehicle_state.vehicle_state.attitude_callback",
"name": "attitude_callback",
"lineno": 143,
"scope": null,
"is_async": false
},
{
"id": "examples.vehicle_state.vehicle_state.decorated_mode_callback",
"name": "decorated_mode_callback",
"lineno": 168,
"scope": null,
"is_async": false
},
{
"id": "examples.vehicle_state.vehicle_state.wildcard_callback",
"name": "wildcard_callback",
"lineno": 190,
"scope": null,
"is_async": false
},
{
"id": "examples.vehicle_state.vehicle_state.decorated_thr_min_callback",
"name": "decorated_thr_min_callback",
"lineno": 226,
"scope": null,
"is_async": false
},
{
"id": "examples.vehicle_state.vehicle_state.any_parameter_callback",
"name": "any_parameter_callback",
"lineno": 241,
"scope": null,
"is_async": false
}
],
"windows.returnVersion": []
},
"class_graph": {
"setup": [],
"docs.conf": [],
"dronekit.lib": [],
"dronekit.mavlink": [
{
"id": "dronekit.mavlink.MAVWriter",
"name": "MAVWriter",
"lineno": 22,
"bases": [
"object"
],
"scope": null
},
{
"id": "dronekit.mavlink.mavudpin_multi",
"name": "mavudpin_multi",
"lineno": 40,
"bases": [
"mavutil.mavfile"
],
"scope": null
},
{
"id": "dronekit.mavlink.MAVConnection",
"name": "MAVConnection",
"lineno": 114,
"bases": [
"object"
],
"scope": null
}
],
"dronekit.util": [
{
"id": "dronekit.util.ErrprinterHandler",
"name": "ErrprinterHandler",
"lineno": 16,
"bases": [
"logging.Handler"
],
"scope": null
}
],
"dronekit": [
{
"id": "dronekit.APIException",
"name": "APIException",
"lineno": 59,
"bases": [
"Exception"
],
"scope": null
},
{
"id": "dronekit.TimeoutError",
"name": "TimeoutError",
"lineno": 67,
"bases": [
"APIException"
],
"scope": null
},
{
"id": "dronekit.Attitude",
"name": "Attitude",
"lineno": 71,
"bases": [
"object"
],
"scope": null
},
{
"id": "dronekit.LocationGlobal",
"name": "LocationGlobal",
"lineno": 101,
"bases": [
"object"
],
"scope": null
},
{
"id": "dronekit.LocationGlobalRelative",
"name": "LocationGlobalRelative",
"lineno": 137,
"bases": [
"object"
],
"scope": null
},
{
"id": "dronekit.LocationLocal",
"name": "LocationLocal",
"lineno": 173,
"bases": [
"object"
],
"scope": null
},
{
"id": "dronekit.GPSInfo",
"name": "GPSInfo",
"lineno": 207,
"bases": [
"object"
],
"scope": null
},
{
"id": "dronekit.Wind",
"name": "Wind",
"lineno": 231,
"bases": [
"object"
],
"scope": null
},
{
"id": "dronekit.Battery",
"name": "Battery",
"lineno": 250,
"bases": [
"object"
],
"scope": null
},
{
"id": "dronekit.Rangefinder",
"name": "Rangefinder",
"lineno": 277,
"bases": [
"object"
],
"scope": null
},
{
"id": "dronekit.Version",
"name": "Version",
"lineno": 295,
"bases": [
"object"
],
"scope": null
},
{
"id": "dronekit.Capabilities",
"name": "Capabilities",
"lineno": 397,
"bases": [],
"scope": null
},
{
"id": "dronekit.VehicleMode",
"name": "VehicleMode",
"lineno": 477,
"bases": [
"object"
],
"scope": null
},
{
"id": "dronekit.SystemStatus",
"name": "SystemStatus",
"lineno": 536,
"bases": [
"object"
],
"scope": null
},
{
"id": "dronekit.HasObservers",
"name": "HasObservers",
"lineno": 560,
"bases": [
"object"
],
"scope": null
},
{
"id": "dronekit.ChannelsOverride",
"name": "ChannelsOverride",
"lineno": 730,
"bases": [
"dict"
],
"scope": null
},
{
"id": "dronekit.Channels",
"name": "Channels",
"lineno": 777,
"bases": [
"dict"
],
"scope": null
},
{
"id": "dronekit.Locations",
"name": "Locations",
"lineno": 879,
"bases": [
"HasObservers"
],
"scope": null
},
{
"id": "dronekit.Vehicle",
"name": "Vehicle",
"lineno": 997,
"bases": [
"HasObservers"
],
"scope": null
},
{
"id": "dronekit.Gimbal",
"name": "Gimbal",
"lineno": 2551,
"bases": [
"object"
],
"scope": null
},
{
"id": "dronekit.Parameters",
"name": "Parameters",
"lineno": 2734,
"bases": [
"MutableMapping",
"HasObservers"
],
"scope": null
},
{
"id": "dronekit.Command",
"name": "Command",
"lineno": 2920,
"bases": [
"mavutil.mavlink.MAVLink_mission_item_message"
],
"scope": null
},
{
"id": "dronekit.CommandSequence",
"name": "CommandSequence",
"lineno": 2961,
"bases": [
"object"
],
"scope": null
}
],
"dronekit.test": [],
"dronekit.test.sitl.test_110": [],
"dronekit.test.sitl.test_115": [],
"dronekit.test.sitl.test_12": [],
"dronekit.test.sitl.test_capability_and_version": [],
"dronekit.test.sitl.test_channels": [],
"dronekit.test.sitl.test_earlyattrs": [],
"dronekit.test.sitl.test_errprinter": [],
"dronekit.test.sitl.test_goto": [],
"dronekit.test.sitl.test_locations": [],
"dronekit.test.sitl.test_mavlink": [],
"dronekit.test.sitl.test_modeavailable": [],
"dronekit.test.sitl.test_mode_settings": [],
"dronekit.test.sitl.test_parameters": [],
"dronekit.test.sitl.test_reboot": [],
"dronekit.test.sitl.test_sensor_calibration": [],
"dronekit.test.sitl.test_simpledemo": [],
"dronekit.test.sitl.test_state": [],
"dronekit.test.sitl.test_timeout": [],
"dronekit.test.sitl.test_vehicleclass": [
{
"id": "dronekit.test.sitl.test_vehicleclass.DummyVehicle",
"name": "DummyVehicle",
"lineno": 6,
"bases": [
"Vehicle"
],
"scope": null
}
],
"dronekit.test.sitl.test_waypoints": [],
"dronekit.test.sitl": [],
"dronekit.test.unit.test_api": [],
"dronekit.test.unit": [],
"examples.channel_overrides.channel_overrides": [],
"examples.create_attribute.create_attribute": [],
"examples.create_attribute.my_vehicle": [
{
"id": "examples.create_attribute.my_vehicle.RawIMU",
"name": "RawIMU",
"lineno": 15,
"bases": [
"object"
],
"scope": null
},
{
"id": "examples.create_attribute.my_vehicle.MyVehicle",
"name": "MyVehicle",
"lineno": 55,
"bases": [
"Vehicle"
],
"scope": null
}
],
"examples.drone_delivery.drone_delivery": [
{
"id": "examples.drone_delivery.drone_delivery.Drone",
"name": "Drone",
"lineno": 53,
"bases": [
"object"
],
"scope": null
},
{
"id": "examples.drone_delivery.drone_delivery.Templates",
"name": "Templates",
"lineno": 156,
"bases": [],
"scope": null
},
{
"id": "examples.drone_delivery.drone_delivery.DroneDelivery",
"name": "DroneDelivery",
"lineno": 200,
"bases": [
"object"
],
"scope": null
}
],
"examples.flight_replay.flight_replay": [],
"examples.follow_me.follow_me": [],
"examples.gcs.microgcs": [],
"examples.guided_set_speed_yaw.guided_set_speed_yaw": [],
"examples.mission_basic.mission_basic": [],
"examples.mission_import_export.mission_import_export": [],
"examples.performance_test.performance_test": [
{
"id": "examples.performance_test.performance_test.MeasureTime",
"name": "MeasureTime",
"lineno": 53,
"bases": [
"object"
],
"scope": null
}
],
"examples.play_tune.play_tune": [],
"examples.reboot.reboot": [],
"examples.set_attitude_target.set_attitude_target": [],
"examples.simple_goto.simple_goto": [],
"examples.vehicle_state.vehicle_state": [],
"windows.returnVersion": []
},
"module_graph": {
"setup": {
"path": "C:\\repos\\v3\\dronekit-python\\setup.py",
"parent": null,
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"docs.conf": {
"path": "C:\\repos\\v3\\dronekit-python\\docs\\conf.py",
"parent": "docs",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"dronekit.lib": {
"path": "C:\\repos\\v3\\dronekit-python\\dronekit\\lib.py",
"parent": "dronekit",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"dronekit.mavlink": {
"path": "C:\\repos\\v3\\dronekit-python\\dronekit\\mavlink.py",
"parent": "dronekit",
"is_package": false,
"in_cyclic_loop": true,
"cyclic_cluster_id": "cluster_00"
},
"dronekit.util": {
"path": "C:\\repos\\v3\\dronekit-python\\dronekit\\util.py",
"parent": "dronekit",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"dronekit": {
"path": "C:\\repos\\v3\\dronekit-python\\dronekit\\__init__.py",
"parent": null,
"is_package": true,
"in_cyclic_loop": true,
"cyclic_cluster_id": "cluster_00"
},
"dronekit.test": {
"path": "C:\\repos\\v3\\dronekit-python\\dronekit\\test\\__init__.py",
"parent": "dronekit",
"is_package": true,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"dronekit.test.sitl.test_110": {
"path": "C:\\repos\\v3\\dronekit-python\\dronekit\\test\\sitl\\test_110.py",
"parent": "dronekit.test.sitl",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"dronekit.test.sitl.test_115": {
"path": "C:\\repos\\v3\\dronekit-python\\dronekit\\test\\sitl\\test_115.py",
"parent": "dronekit.test.sitl",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"dronekit.test.sitl.test_12": {
"path": "C:\\repos\\v3\\dronekit-python\\dronekit\\test\\sitl\\test_12.py",
"parent": "dronekit.test.sitl",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"dronekit.test.sitl.test_capability_and_version": {
"path": "C:\\repos\\v3\\dronekit-python\\dronekit\\test\\sitl\\test_capability_and_version.py",
"parent": "dronekit.test.sitl",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"dronekit.test.sitl.test_channels": {
"path": "C:\\repos\\v3\\dronekit-python\\dronekit\\test\\sitl\\test_channels.py",
"parent": "dronekit.test.sitl",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"dronekit.test.sitl.test_earlyattrs": {
"path": "C:\\repos\\v3\\dronekit-python\\dronekit\\test\\sitl\\test_earlyattrs.py",
"parent": "dronekit.test.sitl",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"dronekit.test.sitl.test_errprinter": {
"path": "C:\\repos\\v3\\dronekit-python\\dronekit\\test\\sitl\\test_errprinter.py",
"parent": "dronekit.test.sitl",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"dronekit.test.sitl.test_goto": {
"path": "C:\\repos\\v3\\dronekit-python\\dronekit\\test\\sitl\\test_goto.py",
"parent": "dronekit.test.sitl",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"dronekit.test.sitl.test_locations": {
"path": "C:\\repos\\v3\\dronekit-python\\dronekit\\test\\sitl\\test_locations.py",
"parent": "dronekit.test.sitl",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"dronekit.test.sitl.test_mavlink": {
"path": "C:\\repos\\v3\\dronekit-python\\dronekit\\test\\sitl\\test_mavlink.py",
"parent": "dronekit.test.sitl",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"dronekit.test.sitl.test_modeavailable": {
"path": "C:\\repos\\v3\\dronekit-python\\dronekit\\test\\sitl\\test_modeavailable.py",
"parent": "dronekit.test.sitl",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"dronekit.test.sitl.test_mode_settings": {
"path": "C:\\repos\\v3\\dronekit-python\\dronekit\\test\\sitl\\test_mode_settings.py",
"parent": "dronekit.test.sitl",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"dronekit.test.sitl.test_parameters": {
"path": "C:\\repos\\v3\\dronekit-python\\dronekit\\test\\sitl\\test_parameters.py",
"parent": "dronekit.test.sitl",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"dronekit.test.sitl.test_reboot": {
"path": "C:\\repos\\v3\\dronekit-python\\dronekit\\test\\sitl\\test_reboot.py",
"parent": "dronekit.test.sitl",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"dronekit.test.sitl.test_sensor_calibration": {
"path": "C:\\repos\\v3\\dronekit-python\\dronekit\\test\\sitl\\test_sensor_calibration.py",
"parent": "dronekit.test.sitl",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"dronekit.test.sitl.test_simpledemo": {
"path": "C:\\repos\\v3\\dronekit-python\\dronekit\\test\\sitl\\test_simpledemo.py",
"parent": "dronekit.test.sitl",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"dronekit.test.sitl.test_state": {
"path": "C:\\repos\\v3\\dronekit-python\\dronekit\\test\\sitl\\test_state.py",
"parent": "dronekit.test.sitl",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"dronekit.test.sitl.test_timeout": {
"path": "C:\\repos\\v3\\dronekit-python\\dronekit\\test\\sitl\\test_timeout.py",
"parent": "dronekit.test.sitl",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"dronekit.test.sitl.test_vehicleclass": {
"path": "C:\\repos\\v3\\dronekit-python\\dronekit\\test\\sitl\\test_vehicleclass.py",
"parent": "dronekit.test.sitl",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"dronekit.test.sitl.test_waypoints": {
"path": "C:\\repos\\v3\\dronekit-python\\dronekit\\test\\sitl\\test_waypoints.py",
"parent": "dronekit.test.sitl",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"dronekit.test.sitl": {
"path": "C:\\repos\\v3\\dronekit-python\\dronekit\\test\\sitl\\__init__.py",
"parent": "dronekit.test",
"is_package": true,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"dronekit.test.unit.test_api": {
"path": "C:\\repos\\v3\\dronekit-python\\dronekit\\test\\unit\\test_api.py",
"parent": "dronekit.test.unit",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"dronekit.test.unit": {
"path": "C:\\repos\\v3\\dronekit-python\\dronekit\\test\\unit\\__init__.py",
"parent": "dronekit.test",
"is_package": true,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"examples.channel_overrides.channel_overrides": {
"path": "C:\\repos\\v3\\dronekit-python\\examples\\channel_overrides\\channel_overrides.py",
"parent": "examples.channel_overrides",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"examples.create_attribute.create_attribute": {
"path": "C:\\repos\\v3\\dronekit-python\\examples\\create_attribute\\create_attribute.py",
"parent": "examples.create_attribute",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"examples.create_attribute.my_vehicle": {
"path": "C:\\repos\\v3\\dronekit-python\\examples\\create_attribute\\my_vehicle.py",
"parent": "examples.create_attribute",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"examples.drone_delivery.drone_delivery": {
"path": "C:\\repos\\v3\\dronekit-python\\examples\\drone_delivery\\drone_delivery.py",
"parent": "examples.drone_delivery",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"examples.flight_replay.flight_replay": {
"path": "C:\\repos\\v3\\dronekit-python\\examples\\flight_replay\\flight_replay.py",
"parent": "examples.flight_replay",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"examples.follow_me.follow_me": {
"path": "C:\\repos\\v3\\dronekit-python\\examples\\follow_me\\follow_me.py",
"parent": "examples.follow_me",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"examples.gcs.microgcs": {
"path": "C:\\repos\\v3\\dronekit-python\\examples\\gcs\\microgcs.py",
"parent": "examples.gcs",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"examples.guided_set_speed_yaw.guided_set_speed_yaw": {
"path": "C:\\repos\\v3\\dronekit-python\\examples\\guided_set_speed_yaw\\guided_set_speed_yaw.py",
"parent": "examples.guided_set_speed_yaw",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"examples.mission_basic.mission_basic": {
"path": "C:\\repos\\v3\\dronekit-python\\examples\\mission_basic\\mission_basic.py",
"parent": "examples.mission_basic",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"examples.mission_import_export.mission_import_export": {
"path": "C:\\repos\\v3\\dronekit-python\\examples\\mission_import_export\\mission_import_export.py",
"parent": "examples.mission_import_export",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"examples.performance_test.performance_test": {
"path": "C:\\repos\\v3\\dronekit-python\\examples\\performance_test\\performance_test.py",
"parent": "examples.performance_test",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"examples.play_tune.play_tune": {
"path": "C:\\repos\\v3\\dronekit-python\\examples\\play_tune\\play_tune.py",
"parent": "examples.play_tune",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"examples.reboot.reboot": {
"path": "C:\\repos\\v3\\dronekit-python\\examples\\reboot\\reboot.py",
"parent": "examples.reboot",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"examples.set_attitude_target.set_attitude_target": {
"path": "C:\\repos\\v3\\dronekit-python\\examples\\set_attitude_target\\set_attitude_target.py",
"parent": "examples.set_attitude_target",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"examples.simple_goto.simple_goto": {
"path": "C:\\repos\\v3\\dronekit-python\\examples\\simple_goto\\simple_goto.py",
"parent": "examples.simple_goto",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"examples.vehicle_state.vehicle_state": {
"path": "C:\\repos\\v3\\dronekit-python\\examples\\vehicle_state\\vehicle_state.py",
"parent": "examples.vehicle_state",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"windows.returnVersion": {
"path": "C:\\repos\\v3\\dronekit-python\\windows\\returnVersion.py",
"parent": "windows",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
}
},
"import_graph": {
"setup": [],
"docs.conf": [],
"dronekit.lib": [
{
"from_module": "dronekit.lib",
"imports": "dronekit.*",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "*",
"lineno": 2
}
],
"dronekit.mavlink": [
{
"from_module": "dronekit.mavlink",
"imports": "dronekit.APIException",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "APIException",
"lineno": 11
}
],
"dronekit.util": [],
"dronekit": [
{
"from_module": "dronekit",
"imports": "dronekit.util.ErrprinterHandler",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit.util",
"symbol_part": "ErrprinterHandler",
"lineno": 56
},
{
"from_module": "dronekit",
"imports": "dronekit.mavlink.MAVConnection",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit.mavlink",
"symbol_part": "MAVConnection",
"lineno": 3199
}
],
"dronekit.test": [],
"dronekit.test.sitl.test_110": [
{
"from_module": "dronekit.test.sitl.test_110",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 2
},
{
"from_module": "dronekit.test.sitl.test_110",
"imports": "dronekit.VehicleMode",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "VehicleMode",
"lineno": 2
},
{
"from_module": "dronekit.test.sitl.test_110",
"imports": "dronekit.test.with_sitl",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit.test",
"symbol_part": "with_sitl",
"lineno": 3
},
{
"from_module": "dronekit.test.sitl.test_110",
"imports": "dronekit.test.wait_for",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit.test",
"symbol_part": "wait_for",
"lineno": 3
}
],
"dronekit.test.sitl.test_115": [
{
"from_module": "dronekit.test.sitl.test_115",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 2
},
{
"from_module": "dronekit.test.sitl.test_115",
"imports": "dronekit.VehicleMode",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "VehicleMode",
"lineno": 2
},
{
"from_module": "dronekit.test.sitl.test_115",
"imports": "dronekit.test.with_sitl",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit.test",
"symbol_part": "with_sitl",
"lineno": 3
}
],
"dronekit.test.sitl.test_12": [
{
"from_module": "dronekit.test.sitl.test_12",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 2
},
{
"from_module": "dronekit.test.sitl.test_12",
"imports": "dronekit.test.with_sitl",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit.test",
"symbol_part": "with_sitl",
"lineno": 3
}
],
"dronekit.test.sitl.test_capability_and_version": [
{
"from_module": "dronekit.test.sitl.test_capability_and_version",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 3
},
{
"from_module": "dronekit.test.sitl.test_capability_and_version",
"imports": "dronekit.test.with_sitl",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit.test",
"symbol_part": "with_sitl",
"lineno": 4
}
],
"dronekit.test.sitl.test_channels": [
{
"from_module": "dronekit.test.sitl.test_channels",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 2
},
{
"from_module": "dronekit.test.sitl.test_channels",
"imports": "dronekit.test.with_sitl",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit.test",
"symbol_part": "with_sitl",
"lineno": 3
}
],
"dronekit.test.sitl.test_earlyattrs": [
{
"from_module": "dronekit.test.sitl.test_earlyattrs",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 1
},
{
"from_module": "dronekit.test.sitl.test_earlyattrs",
"imports": "dronekit.test.with_sitl",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit.test",
"symbol_part": "with_sitl",
"lineno": 2
}
],
"dronekit.test.sitl.test_errprinter": [
{
"from_module": "dronekit.test.sitl.test_errprinter",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 6
},
{
"from_module": "dronekit.test.sitl.test_errprinter",
"imports": "dronekit.test.with_sitl",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit.test",
"symbol_part": "with_sitl",
"lineno": 7
}
],
"dronekit.test.sitl.test_goto": [
{
"from_module": "dronekit.test.sitl.test_goto",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 11
},
{
"from_module": "dronekit.test.sitl.test_goto",
"imports": "dronekit.VehicleMode",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "VehicleMode",
"lineno": 11
},
{
"from_module": "dronekit.test.sitl.test_goto",
"imports": "dronekit.LocationGlobalRelative",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "LocationGlobalRelative",
"lineno": 11
},
{
"from_module": "dronekit.test.sitl.test_goto",
"imports": "dronekit.test.with_sitl",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit.test",
"symbol_part": "with_sitl",
"lineno": 12
}
],
"dronekit.test.sitl.test_locations": [
{
"from_module": "dronekit.test.sitl.test_locations",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 2
},
{
"from_module": "dronekit.test.sitl.test_locations",
"imports": "dronekit.VehicleMode",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "VehicleMode",
"lineno": 2
},
{
"from_module": "dronekit.test.sitl.test_locations",
"imports": "dronekit.test.with_sitl",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit.test",
"symbol_part": "with_sitl",
"lineno": 3
},
{
"from_module": "dronekit.test.sitl.test_locations",
"imports": "dronekit.test.wait_for",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit.test",
"symbol_part": "wait_for",
"lineno": 3
}
],
"dronekit.test.sitl.test_mavlink": [
{
"from_module": "dronekit.test.sitl.test_mavlink",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 2
},
{
"from_module": "dronekit.test.sitl.test_mavlink",
"imports": "dronekit.mavlink.MAVConnection",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit.mavlink",
"symbol_part": "MAVConnection",
"lineno": 3
},
{
"from_module": "dronekit.test.sitl.test_mavlink",
"imports": "dronekit.test.with_sitl",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit.test",
"symbol_part": "with_sitl",
"lineno": 4
}
],
"dronekit.test.sitl.test_modeavailable": [
{
"from_module": "dronekit.test.sitl.test_modeavailable",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 5
},
{
"from_module": "dronekit.test.sitl.test_modeavailable",
"imports": "dronekit.test.with_sitl",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit.test",
"symbol_part": "with_sitl",
"lineno": 6
}
],
"dronekit.test.sitl.test_mode_settings": [
{
"from_module": "dronekit.test.sitl.test_mode_settings",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 1
},
{
"from_module": "dronekit.test.sitl.test_mode_settings",
"imports": "dronekit.test.with_sitl",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit.test",
"symbol_part": "with_sitl",
"lineno": 2
}
],
"dronekit.test.sitl.test_parameters": [
{
"from_module": "dronekit.test.sitl.test_parameters",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 2
},
{
"from_module": "dronekit.test.sitl.test_parameters",
"imports": "dronekit.test.with_sitl",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit.test",
"symbol_part": "with_sitl",
"lineno": 3
}
],
"dronekit.test.sitl.test_reboot": [
{
"from_module": "dronekit.test.sitl.test_reboot",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 3
},
{
"from_module": "dronekit.test.sitl.test_reboot",
"imports": "dronekit.test.with_sitl",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit.test",
"symbol_part": "with_sitl",
"lineno": 4
}
],
"dronekit.test.sitl.test_sensor_calibration": [
{
"from_module": "dronekit.test.sitl.test_sensor_calibration",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 3
},
{
"from_module": "dronekit.test.sitl.test_sensor_calibration",
"imports": "dronekit.test.with_sitl",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit.test",
"symbol_part": "with_sitl",
"lineno": 4
},
{
"from_module": "dronekit.test.sitl.test_sensor_calibration",
"imports": "dronekit.test.sitl.assert_command_ack",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit.test.sitl",
"symbol_part": "assert_command_ack",
"lineno": 6
}
],
"dronekit.test.sitl.test_simpledemo": [
{
"from_module": "dronekit.test.sitl.test_simpledemo",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 6
},
{
"from_module": "dronekit.test.sitl.test_simpledemo",
"imports": "dronekit.VehicleMode",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "VehicleMode",
"lineno": 6
},
{
"from_module": "dronekit.test.sitl.test_simpledemo",
"imports": "dronekit.test.with_sitl",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit.test",
"symbol_part": "with_sitl",
"lineno": 7
}
],
"dronekit.test.sitl.test_state": [
{
"from_module": "dronekit.test.sitl.test_state",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 1
},
{
"from_module": "dronekit.test.sitl.test_state",
"imports": "dronekit.SystemStatus",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "SystemStatus",
"lineno": 1
},
{
"from_module": "dronekit.test.sitl.test_state",
"imports": "dronekit.test.with_sitl",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit.test",
"symbol_part": "with_sitl",
"lineno": 2
}
],
"dronekit.test.sitl.test_timeout": [
{
"from_module": "dronekit.test.sitl.test_timeout",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 3
},
{
"from_module": "dronekit.test.sitl.test_timeout",
"imports": "dronekit.test.with_sitl",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit.test",
"symbol_part": "with_sitl",
"lineno": 4
}
],
"dronekit.test.sitl.test_vehicleclass": [
{
"from_module": "dronekit.test.sitl.test_vehicleclass",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 2
},
{
"from_module": "dronekit.test.sitl.test_vehicleclass",
"imports": "dronekit.Vehicle",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "Vehicle",
"lineno": 2
},
{
"from_module": "dronekit.test.sitl.test_vehicleclass",
"imports": "dronekit.test.with_sitl",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit.test",
"symbol_part": "with_sitl",
"lineno": 3
}
],
"dronekit.test.sitl.test_waypoints": [
{
"from_module": "dronekit.test.sitl.test_waypoints",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 2
},
{
"from_module": "dronekit.test.sitl.test_waypoints",
"imports": "dronekit.LocationGlobal",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "LocationGlobal",
"lineno": 2
},
{
"from_module": "dronekit.test.sitl.test_waypoints",
"imports": "dronekit.Command",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "Command",
"lineno": 2
},
{
"from_module": "dronekit.test.sitl.test_waypoints",
"imports": "dronekit.test.with_sitl",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit.test",
"symbol_part": "with_sitl",
"lineno": 4
}
],
"dronekit.test.sitl": [],
"dronekit.test.unit.test_api": [
{
"from_module": "dronekit.test.unit.test_api",
"imports": "dronekit.VehicleMode",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "VehicleMode",
"lineno": 1
}
],
"dronekit.test.unit": [],
"examples.channel_overrides.channel_overrides": [
{
"from_module": "examples.channel_overrides.channel_overrides",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 21
}
],
"examples.create_attribute.create_attribute": [
{
"from_module": "examples.create_attribute.create_attribute",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 19
},
{
"from_module": "examples.create_attribute.create_attribute",
"imports": "dronekit.Vehicle",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "Vehicle",
"lineno": 19
}
],
"examples.create_attribute.my_vehicle": [
{
"from_module": "examples.create_attribute.my_vehicle",
"imports": "dronekit.Vehicle",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "Vehicle",
"lineno": 12
}
],
"examples.drone_delivery.drone_delivery": [
{
"from_module": "examples.drone_delivery.drone_delivery",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 18
},
{
"from_module": "examples.drone_delivery.drone_delivery",
"imports": "dronekit.VehicleMode",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "VehicleMode",
"lineno": 18
},
{
"from_module": "examples.drone_delivery.drone_delivery",
"imports": "dronekit.LocationGlobal",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "LocationGlobal",
"lineno": 18
},
{
"from_module": "examples.drone_delivery.drone_delivery",
"imports": "dronekit.LocationGlobalRelative",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "LocationGlobalRelative",
"lineno": 18
}
],
"examples.flight_replay.flight_replay": [
{
"from_module": "examples.flight_replay.flight_replay",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 15
},
{
"from_module": "examples.flight_replay.flight_replay",
"imports": "dronekit.Command",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "Command",
"lineno": 15
},
{
"from_module": "examples.flight_replay.flight_replay",
"imports": "dronekit.VehicleMode",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "VehicleMode",
"lineno": 15
},
{
"from_module": "examples.flight_replay.flight_replay",
"imports": "dronekit.LocationGlobalRelative",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "LocationGlobalRelative",
"lineno": 15
}
],
"examples.follow_me.follow_me": [
{
"from_module": "examples.follow_me.follow_me",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 18
},
{
"from_module": "examples.follow_me.follow_me",
"imports": "dronekit.VehicleMode",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "VehicleMode",
"lineno": 18
},
{
"from_module": "examples.follow_me.follow_me",
"imports": "dronekit.LocationGlobalRelative",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "LocationGlobalRelative",
"lineno": 18
}
],
"examples.gcs.microgcs": [
{
"from_module": "examples.gcs.microgcs",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 12
},
{
"from_module": "examples.gcs.microgcs",
"imports": "dronekit.VehicleMode",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "VehicleMode",
"lineno": 12
}
],
"examples.guided_set_speed_yaw.guided_set_speed_yaw": [
{
"from_module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 14
},
{
"from_module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"imports": "dronekit.VehicleMode",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "VehicleMode",
"lineno": 14
},
{
"from_module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"imports": "dronekit.LocationGlobal",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "LocationGlobal",
"lineno": 14
},
{
"from_module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"imports": "dronekit.LocationGlobalRelative",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "LocationGlobalRelative",
"lineno": 14
}
],
"examples.mission_basic.mission_basic": [
{
"from_module": "examples.mission_basic.mission_basic",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 12
},
{
"from_module": "examples.mission_basic.mission_basic",
"imports": "dronekit.VehicleMode",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "VehicleMode",
"lineno": 12
},
{
"from_module": "examples.mission_basic.mission_basic",
"imports": "dronekit.LocationGlobalRelative",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "LocationGlobalRelative",
"lineno": 12
},
{
"from_module": "examples.mission_basic.mission_basic",
"imports": "dronekit.LocationGlobal",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "LocationGlobal",
"lineno": 12
},
{
"from_module": "examples.mission_basic.mission_basic",
"imports": "dronekit.Command",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "Command",
"lineno": 12
}
],
"examples.mission_import_export.mission_import_export": [
{
"from_module": "examples.mission_import_export.mission_import_export",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 17
},
{
"from_module": "examples.mission_import_export.mission_import_export",
"imports": "dronekit.Command",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "Command",
"lineno": 17
}
],
"examples.performance_test.performance_test": [
{
"from_module": "examples.performance_test.performance_test",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 16
}
],
"examples.play_tune.play_tune": [
{
"from_module": "examples.play_tune.play_tune",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 15
}
],
"examples.reboot.reboot": [
{
"from_module": "examples.reboot.reboot",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 6
}
],
"examples.set_attitude_target.set_attitude_target": [
{
"from_module": "examples.set_attitude_target.set_attitude_target",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 18
},
{
"from_module": "examples.set_attitude_target.set_attitude_target",
"imports": "dronekit.VehicleMode",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "VehicleMode",
"lineno": 18
},
{
"from_module": "examples.set_attitude_target.set_attitude_target",
"imports": "dronekit.LocationGlobal",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "LocationGlobal",
"lineno": 18
},
{
"from_module": "examples.set_attitude_target.set_attitude_target",
"imports": "dronekit.LocationGlobalRelative",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "LocationGlobalRelative",
"lineno": 18
}
],
"examples.simple_goto.simple_goto": [
{
"from_module": "examples.simple_goto.simple_goto",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 15
},
{
"from_module": "examples.simple_goto.simple_goto",
"imports": "dronekit.VehicleMode",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "VehicleMode",
"lineno": 15
},
{
"from_module": "examples.simple_goto.simple_goto",
"imports": "dronekit.LocationGlobalRelative",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "LocationGlobalRelative",
"lineno": 15
}
],
"examples.vehicle_state.vehicle_state": [
{
"from_module": "examples.vehicle_state.vehicle_state",
"imports": "dronekit.connect",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "connect",
"lineno": 14
},
{
"from_module": "examples.vehicle_state.vehicle_state",
"imports": "dronekit.VehicleMode",
"type": "from_import",
"relative_level": 0,
"module_part": "dronekit",
"symbol_part": "VehicleMode",
"lineno": 14
}
],
"windows.returnVersion": []
},
"dependency_graph": {
"setuptools": {
"used_by": [
"setup"
],
"import_count": 1
},
"os": {
"used_by": [
"setup",
"docs.conf",
"dronekit.mavlink",
"dronekit.test",
"examples.drone_delivery.drone_delivery"
],
"import_count": 5
},
"sys": {
"used_by": [
"docs.conf",
"dronekit.mavlink",
"dronekit.util",
"dronekit",
"examples.follow_me.follow_me",
"examples.performance_test.performance_test"
],
"import_count": 6
},
"sphinx_3dr_theme": {
"used_by": [
"docs.conf"
],
"import_count": 1
},
"__future__": {
"used_by": [
"dronekit.mavlink",
"dronekit.util",
"dronekit.test",
"examples.channel_overrides.channel_overrides",
"examples.create_attribute.create_attribute",
"examples.drone_delivery.drone_delivery",
"examples.flight_replay.flight_replay",
"examples.follow_me.follow_me",
"examples.gcs.microgcs",
"examples.guided_set_speed_yaw.guided_set_speed_yaw",
"examples.mission_basic.mission_basic",
"examples.mission_import_export.mission_import_export",
"examples.performance_test.performance_test",
"examples.play_tune.play_tune",
"examples.reboot.reboot",
"examples.simple_goto.simple_goto",
"examples.vehicle_state.vehicle_state",
"windows.returnVersion"
],
"import_count": 18
},
"logging": {
"used_by": [
"dronekit.mavlink",
"dronekit.util",
"dronekit",
"dronekit.test.sitl.test_errprinter"
],
"import_count": 4
},
"time": {
"used_by": [
"dronekit.mavlink",
"dronekit",
"dronekit.test",
"dronekit.test.sitl.test_110",
"dronekit.test.sitl.test_115",
"dronekit.test.sitl.test_12",
"dronekit.test.sitl.test_capability_and_version",
"dronekit.test.sitl.test_channels",
"dronekit.test.sitl.test_errprinter",
"dronekit.test.sitl.test_goto",
"dronekit.test.sitl.test_locations",
"dronekit.test.sitl.test_mavlink",
"dronekit.test.sitl.test_parameters",
"dronekit.test.sitl.test_reboot",
"dronekit.test.sitl.test_timeout",
"dronekit.test.sitl.test_vehicleclass",
"dronekit.test.sitl.test_waypoints",
"dronekit.test.sitl",
"examples.create_attribute.create_attribute",
"examples.drone_delivery.drone_delivery",
"examples.flight_replay.flight_replay",
"examples.follow_me.follow_me",
"examples.guided_set_speed_yaw.guided_set_speed_yaw",
"examples.mission_basic.mission_basic",
"examples.mission_import_export.mission_import_export",
"examples.performance_test.performance_test",
"examples.play_tune.play_tune",
"examples.reboot.reboot",
"examples.set_attitude_target.set_attitude_target",
"examples.simple_goto.simple_goto",
"examples.vehicle_state.vehicle_state"
],
"import_count": 31
},
"socket": {
"used_by": [
"dronekit.mavlink",
"dronekit.test.sitl.test_timeout",
"examples.follow_me.follow_me"
],
"import_count": 3
},
"errno": {
"used_by": [
"dronekit.mavlink"
],
"import_count": 3
},
"platform": {
"used_by": [
"dronekit.mavlink"
],
"import_count": 1
},
"copy": {
"used_by": [
"dronekit.mavlink",
"dronekit"
],
"import_count": 2
},
"pymavlink": {
"used_by": [
"dronekit.mavlink",
"dronekit",
"dronekit.test.sitl.test_sensor_calibration",
"dronekit.test.sitl.test_waypoints",
"dronekit.test.sitl",
"examples.flight_replay.flight_replay",
"examples.gcs.microgcs",
"examples.guided_set_speed_yaw.guided_set_speed_yaw",
"examples.mission_basic.mission_basic",
"examples.performance_test.performance_test",
"examples.set_attitude_target.set_attitude_target"
],
"import_count": 13
},
"queue": {
"used_by": [
"dronekit.mavlink"
],
"import_count": 2
},
"threading": {
"used_by": [
"dronekit.mavlink"
],
"import_count": 1
},
"atexit": {
"used_by": [
"dronekit.mavlink"
],
"import_count": 1
},
"collections": {
"used_by": [
"dronekit"
],
"import_count": 3
},
"math": {
"used_by": [
"dronekit",
"examples.flight_replay.flight_replay",
"examples.guided_set_speed_yaw.guided_set_speed_yaw",
"examples.mission_basic.mission_basic",
"examples.set_attitude_target.set_attitude_target"
],
"import_count": 5
},
"struct": {
"used_by": [
"dronekit"
],
"import_count": 1
},
"monotonic": {
"used_by": [
"dronekit"
],
"import_count": 1
},
"past": {
"used_by": [
"dronekit"
],
"import_count": 1
},
"traceback": {
"used_by": [
"dronekit"
],
"import_count": 1
},
"dronekit_sitl": {
"used_by": [
"dronekit.test",
"examples.channel_overrides.channel_overrides",
"examples.create_attribute.create_attribute",
"examples.drone_delivery.drone_delivery",
"examples.flight_replay.flight_replay",
"examples.follow_me.follow_me",
"examples.gcs.microgcs",
"examples.guided_set_speed_yaw.guided_set_speed_yaw",
"examples.mission_basic.mission_basic",
"examples.mission_import_export.mission_import_export",
"examples.performance_test.performance_test",
"examples.play_tune.play_tune",
"examples.reboot.reboot",
"examples.set_attitude_target.set_attitude_target",
"examples.simple_goto.simple_goto",
"examples.vehicle_state.vehicle_state"
],
"import_count": 16
},
"nose": {
"used_by": [
"dronekit.test",
"dronekit.test.sitl.test_110",
"dronekit.test.sitl.test_115",
"dronekit.test.sitl.test_12",
"dronekit.test.sitl.test_capability_and_version",
"dronekit.test.sitl.test_channels",
"dronekit.test.sitl.test_earlyattrs",
"dronekit.test.sitl.test_errprinter",
"dronekit.test.sitl.test_goto",
"dronekit.test.sitl.test_locations",
"dronekit.test.sitl.test_mode_settings",
"dronekit.test.sitl.test_parameters",
"dronekit.test.sitl.test_reboot",
"dronekit.test.sitl.test_simpledemo",
"dronekit.test.sitl.test_state",
"dronekit.test.sitl.test_timeout",
"dronekit.test.sitl.test_waypoints",
"dronekit.test.sitl",
"dronekit.test.unit.test_api"
],
"import_count": 25
},
"contextlib": {
"used_by": [
"dronekit.test.sitl"
],
"import_count": 1
},
"argparse": {
"used_by": [
"examples.channel_overrides.channel_overrides",
"examples.create_attribute.create_attribute",
"examples.drone_delivery.drone_delivery",
"examples.flight_replay.flight_replay",
"examples.follow_me.follow_me",
"examples.gcs.microgcs",
"examples.guided_set_speed_yaw.guided_set_speed_yaw",
"examples.mission_basic.mission_basic",
"examples.mission_import_export.mission_import_export",
"examples.performance_test.performance_test",
"examples.play_tune.play_tune",
"examples.reboot.reboot",
"examples.set_attitude_target.set_attitude_target",
"examples.simple_goto.simple_goto",
"examples.vehicle_state.vehicle_state"
],
"import_count": 15
},
"my_vehicle": {
"used_by": [
"examples.create_attribute.create_attribute"
],
"import_count": 1
},
"simplejson": {
"used_by": [
"examples.drone_delivery.drone_delivery"
],
"import_count": 1
},
"cherrypy": {
"used_by": [
"examples.drone_delivery.drone_delivery"
],
"import_count": 1
},
"jinja2": {
"used_by": [
"examples.drone_delivery.drone_delivery"
],
"import_count": 2
},
"json": {
"used_by": [
"examples.flight_replay.flight_replay"
],
"import_count": 1
},
"urllib": {
"used_by": [
"examples.flight_replay.flight_replay"
],
"import_count": 1
},
"gps": {
"used_by": [
"examples.follow_me.follow_me"
],
"import_count": 1
},
"Tkinter": {
"used_by": [
"examples.gcs.microgcs"
],
"import_count": 1
},
"datetime": {
"used_by": [
"examples.performance_test.performance_test"
],
"import_count": 1
}
},
"declared_dependencies": {
"pymavlink": ">=2.2.20",
"monotonic": ">=1.3",
"nose": ">=1.3.7",
"mock": ">=2.0.0",
"dronekit-sitl": "==3.2.0",
"sphinx-3dr-theme": ">=0.4.3"
},
"call_graph": {
"setup": [],
"docs.conf": [],
"dronekit.lib": [],
"dronekit.mavlink": [
{
"caller": "dronekit.mavlink.mavudpin_multi.recv_msg",
"callee": "dronekit.mavlink.mavudpin_multi.recv",
"lineno": 102,
"resolution": "self_method_call"
},
{
"caller": "dronekit.mavlink.MAVConnection.__init__",
"callee": "dronekit.mavlink.mavudpin_multi.__init__",
"lineno": 128,
"resolution": "same_module_class_call"
},
{
"caller": "dronekit.mavlink.MAVConnection.__init__",
"callee": "<external>.queue.Queue",
"lineno": 134,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.mavlink.MAVConnection.__init__",
"callee": "dronekit.mavlink.MAVWriter.__init__",
"lineno": 136,
"resolution": "same_module_class_call"
},
{
"caller": "dronekit.mavlink.MAVConnection.__init__.newsendfn",
"callee": "dronekit.mavlink.MAVConnection.fix_targets",
"lineno": 145,
"resolution": "self_method_call"
},
{
"caller": "dronekit.mavlink.MAVConnection.__init__.onexit",
"callee": "dronekit.mavlink.MAVConnection.stop_threads",
"lineno": 166,
"resolution": "self_method_call"
},
{
"caller": "dronekit.mavlink.MAVConnection.__init__.mavlink_thread_out",
"callee": "<external>.queue.Queue",
"lineno": 203,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.mavlink.MAVConnection.__init__",
"callee": "<external>.threading.Thread",
"lineno": 263,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.mavlink.MAVConnection.__init__",
"callee": "<external>.threading.Thread",
"lineno": 267,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.mavlink.MAVConnection.reset",
"callee": "<external>.queue.Queue",
"lineno": 272,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.mavlink.MAVConnection.close",
"callee": "dronekit.mavlink.MAVConnection.stop_threads",
"lineno": 310,
"resolution": "self_method_call"
}
],
"dronekit.util": [
{
"caller": "dronekit.util.errprinter",
"callee": "dronekit.util.logger",
"lineno": 8,
"resolution": "direct_name_call"
}
],
"dronekit": [
{
"caller": "dronekit.Attitude.__str__",
"callee": "<builtin>.str.format",
"lineno": 98,
"resolution": "local_builtin_method_call"
},
{
"caller": "dronekit.Version.__str__",
"callee": "dronekit.Version.release_type",
"lineno": 386,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Version.__str__",
"callee": "dronekit.Version.is_stable",
"lineno": 388,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Version.__str__",
"callee": "dronekit.Version.release_type",
"lineno": 392,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Version.__str__",
"callee": "dronekit.Version.release_version",
"lineno": 392,
"resolution": "self_method_call"
},
{
"caller": "dronekit.HasObservers.add_attribute_listener",
"callee": "<builtin>.list.append",
"lineno": 617,
"resolution": "local_builtin_method_call"
},
{
"caller": "dronekit.HasObservers.on_attribute.decorator",
"callee": "dronekit.HasObservers.add_attribute_listener",
"lineno": 723,
"resolution": "self_method_call"
},
{
"caller": "dronekit.HasObservers.on_attribute.decorator",
"callee": "dronekit.HasObservers.add_attribute_listener",
"lineno": 725,
"resolution": "self_method_call"
},
{
"caller": "dronekit.ChannelsOverride.__setitem__",
"callee": "dronekit.ChannelsOverride._send",
"lineno": 760,
"resolution": "self_method_call"
},
{
"caller": "dronekit.ChannelsOverride.__delitem__",
"callee": "dronekit.ChannelsOverride._send",
"lineno": 764,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Channels.__init__",
"callee": "dronekit.ChannelsOverride.__init__",
"lineno": 790,
"resolution": "same_module_class_call"
},
{
"caller": "dronekit.Locations.__init__.listener",
"callee": "dronekit.HasObservers.notify_attribute_listeners",
"lineno": 902,
"resolution": "inherited_method_call"
},
{
"caller": "dronekit.Locations.__init__.listener",
"callee": "dronekit.HasObservers.notify_attribute_listeners",
"lineno": 910,
"resolution": "inherited_method_call"
},
{
"caller": "dronekit.Locations.__init__.listener",
"callee": "dronekit.HasObservers.notify_attribute_listeners",
"lineno": 925,
"resolution": "inherited_method_call"
},
{
"caller": "dronekit.Locations.local_frame",
"callee": "dronekit.LocationLocal.__init__",
"lineno": 942,
"resolution": "same_module_class_call"
},
{
"caller": "dronekit.Locations.global_frame",
"callee": "dronekit.LocationGlobal.__init__",
"lineno": 975,
"resolution": "same_module_class_call"
},
{
"caller": "dronekit.Locations.global_relative_frame",
"callee": "dronekit.LocationGlobalRelative.__init__",
"lineno": 994,
"resolution": "same_module_class_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.HasObservers.on_attribute",
"lineno": 1071,
"resolution": "inherited_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.Vehicle.notify_message_listeners",
"lineno": 1080,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.__init__",
"callee": "dronekit.Locations.__init__",
"lineno": 1082,
"resolution": "same_module_class_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.Vehicle.on_message",
"lineno": 1092,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.statustext_listener",
"callee": "dronekit.Vehicle.on_message",
"lineno": 1100,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.HasObservers.notify_attribute_listeners",
"lineno": 1111,
"resolution": "inherited_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.Vehicle.on_message",
"lineno": 1108,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.HasObservers.notify_attribute_listeners",
"lineno": 1128,
"resolution": "inherited_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.Vehicle.on_message",
"lineno": 1120,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.HasObservers.notify_attribute_listeners",
"lineno": 1137,
"resolution": "inherited_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.HasObservers.notify_attribute_listeners",
"lineno": 1139,
"resolution": "inherited_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.HasObservers.notify_attribute_listeners",
"lineno": 1141,
"resolution": "inherited_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.Vehicle.on_message",
"lineno": 1134,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.HasObservers.notify_attribute_listeners",
"lineno": 1150,
"resolution": "inherited_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.Vehicle.on_message",
"lineno": 1146,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.HasObservers.notify_attribute_listeners",
"lineno": 1161,
"resolution": "inherited_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.Vehicle.on_message",
"lineno": 1156,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.HasObservers.notify_attribute_listeners",
"lineno": 1177,
"resolution": "inherited_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.Vehicle.on_message",
"lineno": 1167,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.__init__",
"callee": "dronekit.Gimbal.__init__",
"lineno": 1180,
"resolution": "same_module_class_call"
},
{
"caller": "dronekit.Vehicle.__init__",
"callee": "dronekit.Channels.__init__",
"lineno": 1183,
"resolution": "same_module_class_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.Vehicle.__init__.listener.set_rc",
"lineno": 1194,
"resolution": "same_class_name_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.HasObservers.notify_attribute_listeners",
"lineno": 1196,
"resolution": "inherited_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.Vehicle.on_message",
"lineno": 1185,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.HasObservers.notify_attribute_listeners",
"lineno": 1207,
"resolution": "inherited_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.Vehicle.on_message",
"lineno": 1202,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.HasObservers.notify_attribute_listeners",
"lineno": 1220,
"resolution": "inherited_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.Vehicle.on_message",
"lineno": 1214,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.Vehicle.on_message",
"lineno": 1224,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.HasObservers.notify_attribute_listeners",
"lineno": 1241,
"resolution": "inherited_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.Vehicle.on_message",
"lineno": 1232,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.HasObservers.notify_attribute_listeners",
"lineno": 1255,
"resolution": "inherited_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.Vehicle._is_mode_available",
"lineno": 1258,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.HasObservers.notify_attribute_listeners",
"lineno": 1264,
"resolution": "inherited_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.HasObservers.notify_attribute_listeners",
"lineno": 1266,
"resolution": "inherited_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.Vehicle.on_message",
"lineno": 1249,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.__init__",
"callee": "dronekit.CommandSequence.__init__",
"lineno": 1275,
"resolution": "same_module_class_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.Vehicle.on_message",
"lineno": 1277,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.LocationGlobal.__init__",
"lineno": 1286,
"resolution": "same_module_class_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.HasObservers.notify_attribute_listeners",
"lineno": 1287,
"resolution": "inherited_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.Vehicle.on_message",
"lineno": 1284,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.LocationGlobal.__init__",
"lineno": 1294,
"resolution": "same_module_class_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.HasObservers.notify_attribute_listeners",
"lineno": 1309,
"resolution": "inherited_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.Vehicle.on_message",
"lineno": 1289,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.Vehicle.on_message",
"lineno": 1312,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.__init__",
"callee": "dronekit.Parameters.__init__",
"lineno": 1334,
"resolution": "same_module_class_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.HasObservers.notify_attribute_listeners",
"lineno": 1344,
"resolution": "inherited_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.Vehicle.on_message",
"lineno": 1357,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.Vehicle.on_message",
"lineno": 1413,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.__init__.listener",
"callee": "dronekit.HasObservers.notify_attribute_listeners",
"lineno": 1430,
"resolution": "inherited_method_call"
},
{
"caller": "dronekit.Vehicle.on_message.decorator",
"callee": "dronekit.Vehicle.add_message_listener",
"lineno": 1503,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.on_message.decorator",
"callee": "dronekit.Vehicle.add_message_listener",
"lineno": 1505,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.mode",
"callee": "dronekit.VehicleMode.__init__",
"lineno": 1645,
"resolution": "same_module_class_call"
},
{
"caller": "dronekit.Vehicle.mode",
"callee": "dronekit.VehicleMode.__init__",
"lineno": 1650,
"resolution": "same_module_class_call"
},
{
"caller": "dronekit.Vehicle.wind",
"callee": "dronekit.Wind.__init__",
"lineno": 1728,
"resolution": "same_module_class_call"
},
{
"caller": "dronekit.Vehicle.battery",
"callee": "dronekit.Battery.__init__",
"lineno": 1737,
"resolution": "same_module_class_call"
},
{
"caller": "dronekit.Vehicle.rangefinder",
"callee": "dronekit.Rangefinder.__init__",
"lineno": 1744,
"resolution": "same_module_class_call"
},
{
"caller": "dronekit.Vehicle.version",
"callee": "dronekit.Version.__init__",
"lineno": 1760,
"resolution": "same_module_class_call"
},
{
"caller": "dronekit.Vehicle.capabilities",
"callee": "dronekit.Capabilities.__init__",
"lineno": 1769,
"resolution": "same_module_class_call"
},
{
"caller": "dronekit.Vehicle.attitude",
"callee": "dronekit.Attitude.__init__",
"lineno": 1776,
"resolution": "same_module_class_call"
},
{
"caller": "dronekit.Vehicle.gps_0",
"callee": "dronekit.GPSInfo.__init__",
"lineno": 1783,
"resolution": "same_module_class_call"
},
{
"caller": "dronekit.Vehicle.system_status",
"callee": "dronekit.SystemStatus.__init__",
"lineno": 1844,
"resolution": "same_module_class_call"
},
{
"caller": "dronekit.Vehicle.system_status",
"callee": "dronekit.SystemStatus.__init__",
"lineno": 1845,
"resolution": "same_module_class_call"
},
{
"caller": "dronekit.Vehicle.system_status",
"callee": "dronekit.SystemStatus.__init__",
"lineno": 1846,
"resolution": "same_module_class_call"
},
{
"caller": "dronekit.Vehicle.system_status",
"callee": "dronekit.SystemStatus.__init__",
"lineno": 1847,
"resolution": "same_module_class_call"
},
{
"caller": "dronekit.Vehicle.system_status",
"callee": "dronekit.SystemStatus.__init__",
"lineno": 1848,
"resolution": "same_module_class_call"
},
{
"caller": "dronekit.Vehicle.system_status",
"callee": "dronekit.SystemStatus.__init__",
"lineno": 1849,
"resolution": "same_module_class_call"
},
{
"caller": "dronekit.Vehicle.system_status",
"callee": "dronekit.SystemStatus.__init__",
"lineno": 1850,
"resolution": "same_module_class_call"
},
{
"caller": "dronekit.Vehicle.system_status",
"callee": "dronekit.SystemStatus.__init__",
"lineno": 1851,
"resolution": "same_module_class_call"
},
{
"caller": "dronekit.Vehicle.groundspeed",
"callee": "dronekit.Vehicle.send_mavlink",
"lineno": 1885,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.airspeed",
"callee": "dronekit.Vehicle.send_mavlink",
"lineno": 1911,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.home_location",
"callee": "dronekit.Vehicle.send_mavlink",
"lineno": 2026,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.wait_for_armable",
"callee": "dronekit.Vehicle.wait_for",
"lineno": 2079,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.arm",
"callee": "dronekit.Vehicle.wait_for",
"lineno": 2092,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.disarm",
"callee": "dronekit.Vehicle.wait_for",
"lineno": 2105,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.wait_for_mode",
"callee": "dronekit.VehicleMode.__init__",
"lineno": 2117,
"resolution": "same_module_class_call"
},
{
"caller": "dronekit.Vehicle.wait_for_mode",
"callee": "dronekit.Vehicle.wait_for",
"lineno": 2121,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.wait_for_alt.check_alt",
"callee": "dronekit.Vehicle.wait_for_alt.get_alt",
"lineno": 2144,
"resolution": "same_class_name_call"
},
{
"caller": "dronekit.Vehicle.wait_for_alt",
"callee": "dronekit.Vehicle.wait_for_alt.get_alt",
"lineno": 2153,
"resolution": "same_class_name_call"
},
{
"caller": "dronekit.Vehicle.wait_for_alt",
"callee": "dronekit.Vehicle.wait_for",
"lineno": 2155,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.wait_simple_takeoff",
"callee": "dronekit.Vehicle.simple_takeoff",
"lineno": 2161,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.wait_simple_takeoff",
"callee": "dronekit.Vehicle.wait_for_alt",
"lineno": 2164,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.initialize",
"callee": "dronekit.Vehicle.add_message_listener",
"lineno": 2336,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.send_capabilties_request",
"callee": "dronekit.Vehicle.send_capabilities_request",
"lineno": 2353,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.play_tune",
"callee": "dronekit.Vehicle.send_mavlink",
"lineno": 2363,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.reboot",
"callee": "dronekit.Vehicle.send_mavlink",
"lineno": 2444,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.send_calibrate_gyro",
"callee": "dronekit.Vehicle.send_mavlink",
"lineno": 2461,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.send_calibrate_magnetometer",
"callee": "dronekit.Vehicle.send_mavlink",
"lineno": 2494,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.send_calibrate_accelerometer",
"callee": "dronekit.Vehicle.send_mavlink",
"lineno": 2514,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.send_calibrate_vehicle_level",
"callee": "dronekit.Vehicle.send_mavlink",
"lineno": 2531,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Vehicle.send_calibrate_barometer",
"callee": "dronekit.Vehicle.send_mavlink",
"lineno": 2548,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Parameters.__getitem__",
"callee": "dronekit.Parameters.wait_ready",
"lineno": 2762,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Parameters.__setitem__",
"callee": "dronekit.Parameters.wait_ready",
"lineno": 2767,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Parameters.__setitem__",
"callee": "dronekit.Parameters.set",
"lineno": 2768,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Parameters.get",
"callee": "dronekit.Parameters.wait_ready",
"lineno": 2782,
"resolution": "self_method_call"
},
{
"caller": "dronekit.Parameters.set",
"callee": "dronekit.Parameters.wait_ready",
"lineno": 2787,
"resolution": "self_method_call"
},
{
"caller": "dronekit.CommandSequence.download",
"callee": "dronekit.CommandSequence.wait_ready",
"lineno": 3009,
"resolution": "self_method_call"
},
{
"caller": "dronekit.CommandSequence.clear",
"callee": "dronekit.CommandSequence.wait_ready",
"lineno": 3031,
"resolution": "self_method_call"
},
{
"caller": "dronekit.CommandSequence.add",
"callee": "dronekit.CommandSequence.wait_ready",
"lineno": 3052,
"resolution": "self_method_call"
},
{
"caller": "dronekit.connect",
"callee": "dronekit.mavlink.MAVConnection.__init__",
"lineno": 3204,
"resolution": "imported_call"
},
{
"caller": "dronekit.connect",
"callee": "dronekit.util.ErrprinterHandler.__init__",
"lineno": 3208,
"resolution": "imported_call"
}
],
"dronekit.test": [
{
"caller": "dronekit.test.setup_sitl",
"callee": "<external>.dronekit_sitl.SITL",
"lineno": 18,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.with_sitl.test",
"callee": "<external>.nose.tools.with_setup",
"lineno": 28,
"resolution": "external_constructor_call"
}
],
"dronekit.test.sitl.test_110": [
{
"caller": "dronekit.test.sitl.test_110.test_110",
"callee": "dronekit.connect",
"lineno": 9,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_110.test_110",
"callee": "dronekit.test.wait_for",
"lineno": 18,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_110.test_110",
"callee": "dronekit.VehicleMode.__init__",
"lineno": 21,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_110.test_110",
"callee": "dronekit.test.wait_for",
"lineno": 45,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_110.test_110",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 66,
"resolution": "external_constructor_call"
}
],
"dronekit.test.sitl.test_115": [
{
"caller": "dronekit.test.sitl.test_115.test_115",
"callee": "dronekit.connect",
"lineno": 9,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_115.test_115",
"callee": "dronekit.VehicleMode.__init__",
"lineno": 21,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_115.test_115",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 38,
"resolution": "external_constructor_call"
}
],
"dronekit.test.sitl.test_12": [
{
"caller": "dronekit.test.sitl.test_12.test_timeout",
"callee": "dronekit.connect",
"lineno": 13,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_12.test_timeout",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 16,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_12.test_timeout",
"callee": "dronekit.test.sitl.test_12.current_milli_time",
"lineno": 18,
"resolution": "direct_name_call"
},
{
"caller": "dronekit.test.sitl.test_12.test_timeout",
"callee": "dronekit.test.sitl.test_12.current_milli_time",
"lineno": 20,
"resolution": "direct_name_call"
},
{
"caller": "dronekit.test.sitl.test_12.test_timeout",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 23,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_12.test_timeout",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 24,
"resolution": "external_constructor_call"
}
],
"dronekit.test.sitl.test_capability_and_version": [
{
"caller": "dronekit.test.sitl.test_capability_and_version.test_115",
"callee": "dronekit.connect",
"lineno": 10,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_capability_and_version.test_115",
"callee": "<external>.nose.tools.assert_false",
"lineno": 12,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_capability_and_version.test_115",
"callee": "<external>.nose.tools.assert_true",
"lineno": 26,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_capability_and_version.test_115",
"callee": "<external>.nose.tools.assert_true",
"lineno": 27,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_capability_and_version.test_115",
"callee": "<external>.nose.tools.assert_true",
"lineno": 30,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_capability_and_version.test_115",
"callee": "<external>.nose.tools.assert_true",
"lineno": 32,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_capability_and_version.test_115",
"callee": "<external>.nose.tools.assert_true",
"lineno": 33,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_capability_and_version.test_115",
"callee": "<external>.nose.tools.assert_true",
"lineno": 34,
"resolution": "external_constructor_call"
}
],
"dronekit.test.sitl.test_channels": [
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "dronekit.connect",
"lineno": 22,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 24,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 25,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 27,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 28,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 30,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 31,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 32,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 33,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 34,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 35,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 36,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 37,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 38,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 39,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 40,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 41,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 42,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 43,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 44,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 45,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "dronekit.test.sitl.test_channels.assert_readback",
"lineno": 48,
"resolution": "direct_name_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "dronekit.test.sitl.test_channels.assert_readback",
"lineno": 51,
"resolution": "direct_name_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "dronekit.test.sitl.test_channels.assert_readback",
"lineno": 54,
"resolution": "direct_name_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "dronekit.test.sitl.test_channels.assert_readback",
"lineno": 57,
"resolution": "direct_name_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "dronekit.test.sitl.test_channels.assert_readback",
"lineno": 60,
"resolution": "direct_name_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "dronekit.test.sitl.test_channels.assert_readback",
"lineno": 63,
"resolution": "direct_name_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "dronekit.test.sitl.test_channels.assert_readback",
"lineno": 86,
"resolution": "direct_name_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "dronekit.test.sitl.test_channels.assert_readback",
"lineno": 90,
"resolution": "direct_name_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "dronekit.test.sitl.test_channels.assert_readback",
"lineno": 94,
"resolution": "direct_name_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "dronekit.test.sitl.test_channels.assert_readback",
"lineno": 98,
"resolution": "direct_name_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "dronekit.test.sitl.test_channels.assert_readback",
"lineno": 102,
"resolution": "direct_name_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "dronekit.test.sitl.test_channels.assert_readback",
"lineno": 106,
"resolution": "direct_name_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 132,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "dronekit.test.sitl.test_channels.assert_readback",
"lineno": 136,
"resolution": "direct_name_call"
},
{
"caller": "dronekit.test.sitl.test_channels.test_timeout",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 137,
"resolution": "external_constructor_call"
}
],
"dronekit.test.sitl.test_earlyattrs": [
{
"caller": "dronekit.test.sitl.test_earlyattrs.test_battery_none",
"callee": "dronekit.connect",
"lineno": 8,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_earlyattrs.test_battery_none",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 11,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_earlyattrs.test_battery_none",
"callee": "<external>.nose.tools.assert_not_equals",
"lineno": 17,
"resolution": "external_constructor_call"
}
],
"dronekit.test.sitl.test_errprinter": [
{
"caller": "dronekit.test.sitl.test_errprinter.test_115",
"callee": "dronekit.connect",
"lineno": 22,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_errprinter.test_115",
"callee": "<external>.nose.tools.assert_true",
"lineno": 29,
"resolution": "external_constructor_call"
}
],
"dronekit.test.sitl.test_goto": [
{
"caller": "dronekit.test.sitl.test_goto.test_goto",
"callee": "dronekit.connect",
"lineno": 18,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_goto.test_goto.arm_and_takeoff",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 36,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_goto.test_goto.arm_and_takeoff",
"callee": "dronekit.VehicleMode.__init__",
"lineno": 39,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_goto.test_goto.arm_and_takeoff",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 45,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_goto.test_goto.arm_and_takeoff",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 54,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_goto.test_goto.arm_and_takeoff",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 69,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_goto.test_goto",
"callee": "dronekit.test.sitl.test_goto.test_goto.arm_and_takeoff",
"lineno": 72,
"resolution": "nested_function_call"
},
{
"caller": "dronekit.test.sitl.test_goto.test_goto",
"callee": "dronekit.LocationGlobalRelative.__init__",
"lineno": 75,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_goto.test_goto",
"callee": "dronekit.LocationGlobalRelative.__init__",
"lineno": 82,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_goto.test_goto",
"callee": "dronekit.VehicleMode.__init__",
"lineno": 89,
"resolution": "imported_call"
}
],
"dronekit.test.sitl.test_locations": [
{
"caller": "dronekit.test.sitl.test_locations.test_timeout",
"callee": "dronekit.connect",
"lineno": 9,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_locations.test_timeout.arm_and_takeoff",
"callee": "dronekit.test.wait_for",
"lineno": 23,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_locations.test_timeout.arm_and_takeoff",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 24,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_locations.test_timeout.arm_and_takeoff",
"callee": "dronekit.VehicleMode.__init__",
"lineno": 27,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_locations.test_timeout.arm_and_takeoff",
"callee": "dronekit.test.wait_for",
"lineno": 28,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_locations.test_timeout.arm_and_takeoff",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 29,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_locations.test_timeout.arm_and_takeoff",
"callee": "dronekit.test.wait_for",
"lineno": 33,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_locations.test_timeout.arm_and_takeoff",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 34,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_locations.test_timeout.arm_and_takeoff",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 49,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_locations.test_timeout",
"callee": "dronekit.test.sitl.test_locations.test_timeout.arm_and_takeoff",
"lineno": 52,
"resolution": "nested_function_call"
},
{
"caller": "dronekit.test.sitl.test_locations.test_timeout",
"callee": "<external>.nose.tools.assert_not_equals",
"lineno": 57,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_locations.test_timeout",
"callee": "<external>.nose.tools.assert_not_equals",
"lineno": 58,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_locations.test_timeout",
"callee": "<external>.nose.tools.assert_not_equals",
"lineno": 59,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_locations.test_timeout",
"callee": "<external>.nose.tools.assert_not_equals",
"lineno": 62,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_locations.test_timeout",
"callee": "<external>.nose.tools.assert_not_equals",
"lineno": 63,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_locations.test_timeout",
"callee": "<external>.nose.tools.assert_not_equals",
"lineno": 64,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_locations.test_timeout",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 65,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_locations.test_timeout",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 66,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_locations.test_timeout",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 67,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_locations.test_location_notify",
"callee": "dronekit.connect",
"lineno": 74,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_locations.test_location_notify.callback",
"callee": "<external>.nose.tools.assert_not_equals",
"lineno": 80,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_locations.test_location_notify",
"callee": "dronekit.test.wait_for",
"lineno": 83,
"resolution": "imported_call"
}
],
"dronekit.test.sitl.test_mavlink": [
{
"caller": "dronekit.test.sitl.test_mavlink.test_mavlink",
"callee": "dronekit.connect",
"lineno": 9,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_mavlink.test_mavlink",
"callee": "dronekit.mavlink.MAVConnection.__init__",
"lineno": 10,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_mavlink.test_mavlink",
"callee": "dronekit.mavlink.MAVConnection.start",
"lineno": 12,
"resolution": "local_typed_method_call"
},
{
"caller": "dronekit.test.sitl.test_mavlink.test_mavlink",
"callee": "dronekit.connect",
"lineno": 14,
"resolution": "imported_call"
}
],
"dronekit.test.sitl.test_modeavailable": [
{
"caller": "dronekit.test.sitl.test_modeavailable.test_timeout",
"callee": "dronekit.connect",
"lineno": 11,
"resolution": "imported_call"
}
],
"dronekit.test.sitl.test_mode_settings": [
{
"caller": "dronekit.test.sitl.test_mode_settings.test_modes_set",
"callee": "dronekit.connect",
"lineno": 8,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_mode_settings.test_modes_set.listener",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 11,
"resolution": "external_constructor_call"
}
],
"dronekit.test.sitl.test_parameters": [
{
"caller": "dronekit.test.sitl.test_parameters.test_parameters",
"callee": "dronekit.connect",
"lineno": 9,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_parameters.test_parameters",
"callee": "<external>.nose.tools.assert_not_equals",
"lineno": 15,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_parameters.test_parameters",
"callee": "<external>.nose.tools.assert_not_equals",
"lineno": 18,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_parameters.test_parameters",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 23,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_parameters.test_iterating",
"callee": "dronekit.connect",
"lineno": 30,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_parameters.test_setting",
"callee": "dronekit.connect",
"lineno": 43,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_parameters.test_setting",
"callee": "<external>.nose.tools.assert_not_equals",
"lineno": 45,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_parameters.test_setting",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 61,
"resolution": "external_constructor_call"
}
],
"dronekit.test.sitl.test_reboot": [
{
"caller": "dronekit.test.sitl.test_reboot.test_reboot",
"callee": "dronekit.connect",
"lineno": 12,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_reboot.test_reboot.on_ack",
"callee": "<builtin>.list.append",
"lineno": 18,
"resolution": "local_builtin_method_call"
},
{
"caller": "dronekit.test.sitl.test_reboot.test_reboot",
"callee": "<external>.nose.tools.assert_equal",
"lineno": 25,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_reboot.test_reboot",
"callee": "<external>.nose.tools.assert_equal",
"lineno": 26,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_reboot.test_reboot",
"callee": "<external>.nose.tools.assert_equal",
"lineno": 27,
"resolution": "external_constructor_call"
}
],
"dronekit.test.sitl.test_sensor_calibration": [
{
"caller": "dronekit.test.sitl.test_sensor_calibration.test_gyro_calibration",
"callee": "dronekit.connect",
"lineno": 13,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_sensor_calibration.test_gyro_calibration",
"callee": "dronekit.test.sitl.assert_command_ack",
"lineno": 15,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_sensor_calibration.test_magnetometer_calibration",
"callee": "dronekit.connect",
"lineno": 25,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_sensor_calibration.test_magnetometer_calibration",
"callee": "dronekit.test.sitl.assert_command_ack",
"lineno": 27,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_sensor_calibration.test_simple_accelerometer_calibration",
"callee": "dronekit.connect",
"lineno": 42,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_sensor_calibration.test_simple_accelerometer_calibration",
"callee": "dronekit.test.sitl.assert_command_ack",
"lineno": 44,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_sensor_calibration.test_accelerometer_calibration",
"callee": "dronekit.connect",
"lineno": 59,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_sensor_calibration.test_accelerometer_calibration",
"callee": "dronekit.test.sitl.assert_command_ack",
"lineno": 63,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_sensor_calibration.test_board_level_calibration",
"callee": "dronekit.connect",
"lineno": 78,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_sensor_calibration.test_board_level_calibration",
"callee": "dronekit.test.sitl.assert_command_ack",
"lineno": 80,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_sensor_calibration.test_barometer_calibration",
"callee": "dronekit.connect",
"lineno": 90,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_sensor_calibration.test_barometer_calibration",
"callee": "dronekit.test.sitl.assert_command_ack",
"lineno": 92,
"resolution": "imported_call"
}
],
"dronekit.test.sitl.test_simpledemo": [
{
"caller": "dronekit.test.sitl.test_simpledemo.test_parameter",
"callee": "dronekit.connect",
"lineno": 14,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_simpledemo.test_parameter",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 17,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_simpledemo.test_mode",
"callee": "dronekit.connect",
"lineno": 25,
"resolution": "imported_call"
}
],
"dronekit.test.sitl.test_state": [
{
"caller": "dronekit.test.sitl.test_state.test_state",
"callee": "dronekit.connect",
"lineno": 8,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_state.test_state",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 10,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_state.test_state",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 11,
"resolution": "external_constructor_call"
}
],
"dronekit.test.sitl.test_timeout": [
{
"caller": "dronekit.test.sitl.test_timeout.test_timeout",
"callee": "dronekit.connect",
"lineno": 11,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_timeout.test_timeout",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 20,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_timeout.test_timeout_empty",
"callee": "dronekit.connect",
"lineno": 34,
"resolution": "imported_call"
}
],
"dronekit.test.sitl.test_vehicleclass": [
{
"caller": "dronekit.test.sitl.test_vehicleclass.DummyVehicle.__init__",
"callee": "dronekit.Vehicle.add_message_listener",
"lineno": 15,
"resolution": "inherited_method_call"
},
{
"caller": "dronekit.test.sitl.test_vehicleclass.test_timeout",
"callee": "dronekit.connect",
"lineno": 20,
"resolution": "imported_call"
}
],
"dronekit.test.sitl.test_waypoints": [
{
"caller": "dronekit.test.sitl.test_waypoints.test_empty_clear",
"callee": "dronekit.connect",
"lineno": 10,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_waypoints.test_empty_clear",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 16,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_waypoints.test_set_home",
"callee": "dronekit.connect",
"lineno": 23,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_waypoints.test_set_home",
"callee": "<external>.nose.tools.assert_not_equals",
"lineno": 30,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_waypoints.test_set_home",
"callee": "dronekit.LocationGlobal.__init__",
"lineno": 35,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_waypoints.test_set_home",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 39,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_waypoints.test_set_home",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 40,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_waypoints.test_set_home",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 41,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_waypoints.test_parameter",
"callee": "dronekit.connect",
"lineno": 48,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_waypoints.test_parameter",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 51,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_waypoints.test_parameter",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 60,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_waypoints.test_parameter",
"callee": "<external>.nose.tools.assert_not_equals",
"lineno": 61,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_waypoints.test_parameter",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 71,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_waypoints.test_parameter",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 90,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_waypoints.test_parameter",
"callee": "<external>.nose.tools.assert_not_equals",
"lineno": 95,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_waypoints.test_parameter",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 97,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_waypoints.test_parameter",
"callee": "<external>.nose.tools.assert_not_equals",
"lineno": 102,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_waypoints.test_parameter",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 103,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_waypoints.test_parameter",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 105,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_waypoints.test_parameter",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 108,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_waypoints.test_parameter",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 112,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_waypoints.test_parameter",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 115,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_waypoints.test_parameter",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 116,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_waypoints.test_parameter",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 117,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_waypoints.test_227",
"callee": "dronekit.connect",
"lineno": 128,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.sitl.test_waypoints.test_227.assert_commands",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 133,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.test_waypoints.test_227",
"callee": "dronekit.test.sitl.test_waypoints.test_227.assert_commands",
"lineno": 135,
"resolution": "nested_function_call"
},
{
"caller": "dronekit.test.sitl.test_waypoints.test_227",
"callee": "dronekit.test.sitl.test_waypoints.test_227.assert_commands",
"lineno": 142,
"resolution": "nested_function_call"
}
],
"dronekit.test.sitl": [
{
"caller": "dronekit.test.sitl.assert_command_ack.on_ack",
"callee": "<builtin>.list.append",
"lineno": 34,
"resolution": "local_builtin_method_call"
},
{
"caller": "dronekit.test.sitl.assert_command_ack",
"callee": "<external>.nose.tools.assert_equal",
"lineno": 45,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.assert_command_ack",
"callee": "<external>.nose.tools.assert_equal",
"lineno": 46,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.sitl.assert_command_ack",
"callee": "<external>.nose.tools.assert_equal",
"lineno": 47,
"resolution": "external_constructor_call"
}
],
"dronekit.test.unit.test_api": [
{
"caller": "dronekit.test.unit.test_api.test_vehicle_mode_eq",
"callee": "<external>.nose.tools.assert_equals",
"lineno": 6,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.unit.test_api.test_vehicle_mode_eq",
"callee": "dronekit.VehicleMode.__init__",
"lineno": 6,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.unit.test_api.test_vehicle_mode_eq",
"callee": "dronekit.VehicleMode.__init__",
"lineno": 6,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.unit.test_api.test_vehicle_mode_neq",
"callee": "<external>.nose.tools.assert_not_equals",
"lineno": 10,
"resolution": "external_constructor_call"
},
{
"caller": "dronekit.test.unit.test_api.test_vehicle_mode_neq",
"callee": "dronekit.VehicleMode.__init__",
"lineno": 10,
"resolution": "imported_call"
},
{
"caller": "dronekit.test.unit.test_api.test_vehicle_mode_neq",
"callee": "dronekit.VehicleMode.__init__",
"lineno": 10,
"resolution": "imported_call"
}
],
"dronekit.test.unit": [],
"examples.channel_overrides.channel_overrides": [
{
"caller": "examples.channel_overrides.channel_overrides.<module>",
"callee": "dronekit.connect",
"lineno": 44,
"resolution": "imported_call"
}
],
"examples.create_attribute.create_attribute": [
{
"caller": "examples.create_attribute.create_attribute.<module>",
"callee": "dronekit.connect",
"lineno": 45,
"resolution": "imported_call"
}
],
"examples.create_attribute.my_vehicle": [
{
"caller": "examples.create_attribute.my_vehicle.MyVehicle.__init__",
"callee": "examples.create_attribute.my_vehicle.RawIMU.__init__",
"lineno": 60,
"resolution": "same_module_class_call"
},
{
"caller": "examples.create_attribute.my_vehicle.MyVehicle.__init__.listener",
"callee": "dronekit.HasObservers.notify_attribute_listeners",
"lineno": 86,
"resolution": "inherited_method_call"
},
{
"caller": "examples.create_attribute.my_vehicle.MyVehicle.__init__.listener",
"callee": "dronekit.Vehicle.on_message",
"lineno": 63,
"resolution": "inherited_method_call"
}
],
"examples.drone_delivery.drone_delivery": [
{
"caller": "examples.drone_delivery.drone_delivery.Drone.__init__",
"callee": "examples.drone_delivery.drone_delivery.Drone._log",
"lineno": 59,
"resolution": "self_method_call"
},
{
"caller": "examples.drone_delivery.drone_delivery.Drone.__init__",
"callee": "examples.drone_delivery.drone_delivery.Drone._log",
"lineno": 64,
"resolution": "self_method_call"
},
{
"caller": "examples.drone_delivery.drone_delivery.Drone.launch",
"callee": "examples.drone_delivery.drone_delivery.Drone._log",
"lineno": 70,
"resolution": "self_method_call"
},
{
"caller": "examples.drone_delivery.drone_delivery.Drone.launch",
"callee": "examples.drone_delivery.drone_delivery.Drone._log",
"lineno": 76,
"resolution": "self_method_call"
},
{
"caller": "examples.drone_delivery.drone_delivery.Drone.launch",
"callee": "examples.drone_delivery.drone_delivery.Drone._log",
"lineno": 80,
"resolution": "self_method_call"
},
{
"caller": "examples.drone_delivery.drone_delivery.Drone.launch",
"callee": "examples.drone_delivery.drone_delivery.Drone.change_mode",
"lineno": 81,
"resolution": "self_method_call"
},
{
"caller": "examples.drone_delivery.drone_delivery.Drone.launch",
"callee": "examples.drone_delivery.drone_delivery.Drone.arm",
"lineno": 82,
"resolution": "self_method_call"
},
{
"caller": "examples.drone_delivery.drone_delivery.Drone.launch",
"callee": "examples.drone_delivery.drone_delivery.Drone.takeoff",
"lineno": 83,
"resolution": "self_method_call"
},
{
"caller": "examples.drone_delivery.drone_delivery.Drone.launch",
"callee": "examples.drone_delivery.drone_delivery.Drone._run_server",
"lineno": 86,
"resolution": "self_method_call"
},
{
"caller": "examples.drone_delivery.drone_delivery.Drone.takeoff",
"callee": "examples.drone_delivery.drone_delivery.Drone._log",
"lineno": 89,
"resolution": "self_method_call"
},
{
"caller": "examples.drone_delivery.drone_delivery.Drone.arm",
"callee": "examples.drone_delivery.drone_delivery.Drone._log",
"lineno": 94,
"resolution": "self_method_call"
},
{
"caller": "examples.drone_delivery.drone_delivery.Drone.arm",
"callee": "examples.drone_delivery.drone_delivery.Drone._log",
"lineno": 99,
"resolution": "self_method_call"
},
{
"caller": "examples.drone_delivery.drone_delivery.Drone._run_server",
"callee": "examples.drone_delivery.drone_delivery.DroneDelivery.__init__",
"lineno": 104,
"resolution": "same_module_class_call"
},
{
"caller": "examples.drone_delivery.drone_delivery.Drone.change_mode",
"callee": "examples.drone_delivery.drone_delivery.Drone._log",
"lineno": 117,
"resolution": "self_method_call"
},
{
"caller": "examples.drone_delivery.drone_delivery.Drone.change_mode",
"callee": "dronekit.VehicleMode.__init__",
"lineno": 119,
"resolution": "imported_call"
},
{
"caller": "examples.drone_delivery.drone_delivery.Drone.change_mode",
"callee": "examples.drone_delivery.drone_delivery.Drone._log",
"lineno": 121,
"resolution": "self_method_call"
},
{
"caller": "examples.drone_delivery.drone_delivery.Drone.goto",
"callee": "examples.drone_delivery.drone_delivery.Drone._log",
"lineno": 125,
"resolution": "self_method_call"
},
{
"caller": "examples.drone_delivery.drone_delivery.Drone.goto",
"callee": "dronekit.LocationGlobalRelative.__init__",
"lineno": 129,
"resolution": "imported_call"
},
{
"caller": "examples.drone_delivery.drone_delivery.Drone.goto",
"callee": "dronekit.LocationGlobal.__init__",
"lineno": 136,
"resolution": "imported_call"
},
{
"caller": "examples.drone_delivery.drone_delivery.Templates.__init__",
"callee": "examples.drone_delivery.drone_delivery.Templates.get_options",
"lineno": 159,
"resolution": "self_method_call"
},
{
"caller": "examples.drone_delivery.drone_delivery.Templates.__init__",
"callee": "<external>.jinja2.Environment",
"lineno": 160,
"resolution": "external_constructor_call"
},
{
"caller": "examples.drone_delivery.drone_delivery.Templates.__init__",
"callee": "<external>.jinja2.FileSystemLoader",
"lineno": 160,
"resolution": "external_constructor_call"
},
{
"caller": "examples.drone_delivery.drone_delivery.Templates.index",
"callee": "examples.drone_delivery.drone_delivery.Templates.get_options",
"lineno": 178,
"resolution": "self_method_call"
},
{
"caller": "examples.drone_delivery.drone_delivery.Templates.index",
"callee": "examples.drone_delivery.drone_delivery.Templates.get_template",
"lineno": 180,
"resolution": "self_method_call"
},
{
"caller": "examples.drone_delivery.drone_delivery.Templates.track",
"callee": "examples.drone_delivery.drone_delivery.Templates.get_options",
"lineno": 183,
"resolution": "self_method_call"
},
{
"caller": "examples.drone_delivery.drone_delivery.Templates.track",
"callee": "examples.drone_delivery.drone_delivery.Templates.get_template",
"lineno": 187,
"resolution": "self_method_call"
},
{
"caller": "examples.drone_delivery.drone_delivery.Templates.command",
"callee": "examples.drone_delivery.drone_delivery.Templates.get_options",
"lineno": 190,
"resolution": "self_method_call"
},
{
"caller": "examples.drone_delivery.drone_delivery.Templates.command",
"callee": "examples.drone_delivery.drone_delivery.Templates.get_template",
"lineno": 193,
"resolution": "self_method_call"
},
{
"caller": "examples.drone_delivery.drone_delivery.DroneDelivery.__init__",
"callee": "examples.drone_delivery.drone_delivery.Templates.__init__",
"lineno": 203,
"resolution": "same_module_class_call"
},
{
"caller": "examples.drone_delivery.drone_delivery.<module>",
"callee": "dronekit.connect",
"lineno": 230,
"resolution": "imported_call"
},
{
"caller": "examples.drone_delivery.drone_delivery.<module>",
"callee": "examples.drone_delivery.drone_delivery.Drone.__init__",
"lineno": 233,
"resolution": "same_module_class_call"
}
],
"examples.flight_replay.flight_replay": [
{
"caller": "examples.flight_replay.flight_replay.distance_to_current_waypoint",
"callee": "dronekit.LocationGlobalRelative.__init__",
"lineno": 55,
"resolution": "imported_call"
},
{
"caller": "examples.flight_replay.flight_replay.distance_to_current_waypoint",
"callee": "examples.flight_replay.flight_replay.get_distance_metres",
"lineno": 56,
"resolution": "direct_name_call"
},
{
"caller": "examples.flight_replay.flight_replay.position_messages_from_tlog",
"callee": "<builtin>.list.append",
"lineno": 76,
"resolution": "local_builtin_method_call"
},
{
"caller": "examples.flight_replay.flight_replay.position_messages_from_tlog",
"callee": "<builtin>.list.append",
"lineno": 85,
"resolution": "local_builtin_method_call"
},
{
"caller": "examples.flight_replay.flight_replay.position_messages_from_tlog",
"callee": "<builtin>.list.append",
"lineno": 91,
"resolution": "local_builtin_method_call"
},
{
"caller": "examples.flight_replay.flight_replay.position_messages_from_tlog",
"callee": "dronekit.LocationGlobalRelative.__init__",
"lineno": 93,
"resolution": "imported_call"
},
{
"caller": "examples.flight_replay.flight_replay.position_messages_from_tlog",
"callee": "dronekit.LocationGlobalRelative.__init__",
"lineno": 94,
"resolution": "imported_call"
},
{
"caller": "examples.flight_replay.flight_replay.position_messages_from_tlog",
"callee": "examples.flight_replay.flight_replay.get_distance_metres",
"lineno": 95,
"resolution": "direct_name_call"
},
{
"caller": "examples.flight_replay.flight_replay.position_messages_from_tlog",
"callee": "<builtin>.list.append",
"lineno": 97,
"resolution": "local_builtin_method_call"
},
{
"caller": "examples.flight_replay.flight_replay.arm_and_takeoff",
"callee": "dronekit.VehicleMode.__init__",
"lineno": 116,
"resolution": "imported_call"
},
{
"caller": "examples.flight_replay.flight_replay.<module>",
"callee": "examples.flight_replay.flight_replay.position_messages_from_tlog",
"lineno": 142,
"resolution": "direct_name_call"
},
{
"caller": "examples.flight_replay.flight_replay.<module>",
"callee": "dronekit.connect",
"lineno": 162,
"resolution": "imported_call"
},
{
"caller": "examples.flight_replay.flight_replay.<module>",
"callee": "examples.flight_replay.flight_replay.arm_and_takeoff",
"lineno": 193,
"resolution": "direct_name_call"
},
{
"caller": "examples.flight_replay.flight_replay.<module>",
"callee": "dronekit.VehicleMode.__init__",
"lineno": 203,
"resolution": "imported_call"
},
{
"caller": "examples.flight_replay.flight_replay.<module>",
"callee": "examples.flight_replay.flight_replay.distance_to_current_waypoint",
"lineno": 210,
"resolution": "direct_name_call"
},
{
"caller": "examples.flight_replay.flight_replay.<module>",
"callee": "dronekit.VehicleMode.__init__",
"lineno": 219,
"resolution": "imported_call"
}
],
"examples.follow_me.follow_me": [
{
"caller": "examples.follow_me.follow_me.<module>",
"callee": "dronekit.connect",
"lineno": 43,
"resolution": "imported_call"
},
{
"caller": "examples.follow_me.follow_me.arm_and_takeoff",
"callee": "dronekit.VehicleMode.__init__",
"lineno": 61,
"resolution": "imported_call"
},
{
"caller": "examples.follow_me.follow_me.<module>",
"callee": "examples.follow_me.follow_me.arm_and_takeoff",
"lineno": 87,
"resolution": "direct_name_call"
},
{
"caller": "examples.follow_me.follow_me.<module>",
"callee": "dronekit.LocationGlobalRelative.__init__",
"lineno": 101,
"resolution": "imported_call"
}
],
"examples.gcs.microgcs": [
{
"caller": "examples.gcs.microgcs.<module>",
"callee": "dronekit.connect",
"lineno": 37,
"resolution": "imported_call"
},
{
"caller": "examples.gcs.microgcs.setMode",
"callee": "dronekit.VehicleMode.__init__",
"lineno": 41,
"resolution": "imported_call"
},
{
"caller": "examples.gcs.microgcs.<module>",
"callee": "examples.gcs.microgcs.addObserverAndInit",
"lineno": 63,
"resolution": "direct_name_call"
},
{
"caller": "examples.gcs.microgcs.<module>",
"callee": "examples.gcs.microgcs.updateGUI",
"lineno": 63,
"resolution": "direct_name_call"
},
{
"caller": "examples.gcs.microgcs.<module>",
"callee": "examples.gcs.microgcs.addObserverAndInit",
"lineno": 64,
"resolution": "direct_name_call"
},
{
"caller": "examples.gcs.microgcs.<module>",
"callee": "examples.gcs.microgcs.updateGUI",
"lineno": 64,
"resolution": "direct_name_call"
},
{
"caller": "examples.gcs.microgcs.<module>",
"callee": "examples.gcs.microgcs.addObserverAndInit",
"lineno": 65,
"resolution": "direct_name_call"
},
{
"caller": "examples.gcs.microgcs.<module>",
"callee": "examples.gcs.microgcs.updateGUI",
"lineno": 65,
"resolution": "direct_name_call"
},
{
"caller": "examples.gcs.microgcs.<module>",
"callee": "examples.gcs.microgcs.setMode",
"lineno": 67,
"resolution": "direct_name_call"
},
{
"caller": "examples.gcs.microgcs.<module>",
"callee": "examples.gcs.microgcs.setMode",
"lineno": 68,
"resolution": "direct_name_call"
}
],
"examples.guided_set_speed_yaw.guided_set_speed_yaw": [
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "dronekit.connect",
"lineno": 40,
"resolution": "imported_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.arm_and_takeoff",
"callee": "dronekit.VehicleMode.__init__",
"lineno": 57,
"resolution": "imported_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.arm_and_takeoff",
"lineno": 78,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.get_location_metres",
"callee": "dronekit.LocationGlobal.__init__",
"lineno": 188,
"resolution": "imported_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.get_location_metres",
"callee": "dronekit.LocationGlobalRelative.__init__",
"lineno": 190,
"resolution": "imported_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.goto",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.get_location_metres",
"lineno": 310,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.goto",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.get_distance_metres",
"lineno": 311,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.goto",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.get_distance_metres",
"lineno": 319,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.goto",
"lineno": 424,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.goto",
"lineno": 427,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.goto",
"lineno": 430,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.goto",
"lineno": 453,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.goto",
"lineno": 458,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.goto",
"lineno": 464,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.goto_position_target_local_ned",
"lineno": 488,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.set_roi",
"lineno": 492,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.goto_position_target_local_ned",
"lineno": 496,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.set_roi",
"lineno": 500,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.goto_position_target_local_ned",
"lineno": 503,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.goto_position_target_local_ned",
"lineno": 507,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.condition_yaw",
"lineno": 546,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.send_ned_velocity",
"lineno": 549,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.send_ned_velocity",
"lineno": 550,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.condition_yaw",
"lineno": 554,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.send_ned_velocity",
"lineno": 557,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.send_ned_velocity",
"lineno": 558,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.condition_yaw",
"lineno": 562,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.send_ned_velocity",
"lineno": 565,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.send_ned_velocity",
"lineno": 566,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.condition_yaw",
"lineno": 570,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.send_ned_velocity",
"lineno": 573,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.send_ned_velocity",
"lineno": 574,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.condition_yaw",
"lineno": 593,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.send_global_velocity",
"lineno": 596,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.send_global_velocity",
"lineno": 597,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.condition_yaw",
"lineno": 601,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.send_global_velocity",
"lineno": 604,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.send_global_velocity",
"lineno": 605,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.condition_yaw",
"lineno": 618,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.send_global_velocity",
"lineno": 621,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.send_global_velocity",
"lineno": 622,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.condition_yaw",
"lineno": 626,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.send_global_velocity",
"lineno": 629,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "examples.guided_set_speed_yaw.guided_set_speed_yaw.send_global_velocity",
"lineno": 630,
"resolution": "direct_name_call"
},
{
"caller": "examples.guided_set_speed_yaw.guided_set_speed_yaw.<module>",
"callee": "dronekit.VehicleMode.__init__",
"lineno": 638,
"resolution": "imported_call"
}
],
"examples.mission_basic.mission_basic": [
{
"caller": "examples.mission_basic.mission_basic.<module>",
"callee": "dronekit.connect",
"lineno": 38,
"resolution": "imported_call"
},
{
"caller": "examples.mission_basic.mission_basic.get_location_metres",
"callee": "dronekit.LocationGlobal.__init__",
"lineno": 61,
"resolution": "imported_call"
},
{
"caller": "examples.mission_basic.mission_basic.distance_to_current_waypoint",
"callee": "dronekit.LocationGlobalRelative.__init__",
"lineno": 90,
"resolution": "imported_call"
},
{
"caller": "examples.mission_basic.mission_basic.distance_to_current_waypoint",
"callee": "examples.mission_basic.mission_basic.get_distance_metres",
"lineno": 91,
"resolution": "direct_name_call"
},
{
"caller": "examples.mission_basic.mission_basic.adds_square_mission",
"callee": "examples.mission_basic.mission_basic.get_location_metres",
"lineno": 126,
"resolution": "direct_name_call"
},
{
"caller": "examples.mission_basic.mission_basic.adds_square_mission",
"callee": "examples.mission_basic.mission_basic.get_location_metres",
"lineno": 127,
"resolution": "direct_name_call"
},
{
"caller": "examples.mission_basic.mission_basic.adds_square_mission",
"callee": "examples.mission_basic.mission_basic.get_location_metres",
"lineno": 128,
"resolution": "direct_name_call"
},
{
"caller": "examples.mission_basic.mission_basic.adds_square_mission",
"callee": "examples.mission_basic.mission_basic.get_location_metres",
"lineno": 129,
"resolution": "direct_name_call"
},
{
"caller": "examples.mission_basic.mission_basic.arm_and_takeoff",
"callee": "dronekit.VehicleMode.__init__",
"lineno": 155,
"resolution": "imported_call"
},
{
"caller": "examples.mission_basic.mission_basic.<module>",
"callee": "examples.mission_basic.mission_basic.adds_square_mission",
"lineno": 176,
"resolution": "direct_name_call"
},
{
"caller": "examples.mission_basic.mission_basic.<module>",
"callee": "examples.mission_basic.mission_basic.arm_and_takeoff",
"lineno": 180,
"resolution": "direct_name_call"
},
{
"caller": "examples.mission_basic.mission_basic.<module>",
"callee": "dronekit.VehicleMode.__init__",
"lineno": 187,
"resolution": "imported_call"
},
{
"caller": "examples.mission_basic.mission_basic.<module>",
"callee": "examples.mission_basic.mission_basic.distance_to_current_waypoint",
"lineno": 197,
"resolution": "direct_name_call"
},
{
"caller": "examples.mission_basic.mission_basic.<module>",
"callee": "dronekit.VehicleMode.__init__",
"lineno": 208,
"resolution": "imported_call"
}
],
"examples.mission_import_export.mission_import_export": [
{
"caller": "examples.mission_import_export.mission_import_export.<module>",
"callee": "dronekit.connect",
"lineno": 41,
"resolution": "imported_call"
},
{
"caller": "examples.mission_import_export.mission_import_export.readmission",
"callee": "<builtin>.list.append",
"lineno": 81,
"resolution": "local_builtin_method_call"
},
{
"caller": "examples.mission_import_export.mission_import_export.upload_mission",
"callee": "examples.mission_import_export.mission_import_export.readmission",
"lineno": 90,
"resolution": "direct_name_call"
},
{
"caller": "examples.mission_import_export.mission_import_export.download_mission",
"callee": "<builtin>.list.append",
"lineno": 115,
"resolution": "local_builtin_method_call"
},
{
"caller": "examples.mission_import_export.mission_import_export.save_mission",
"callee": "examples.mission_import_export.mission_import_export.download_mission",
"lineno": 125,
"resolution": "direct_name_call"
},
{
"caller": "examples.mission_import_export.mission_import_export.<module>",
"callee": "examples.mission_import_export.mission_import_export.upload_mission",
"lineno": 155,
"resolution": "direct_name_call"
},
{
"caller": "examples.mission_import_export.mission_import_export.<module>",
"callee": "examples.mission_import_export.mission_import_export.save_mission",
"lineno": 158,
"resolution": "direct_name_call"
},
{
"caller": "examples.mission_import_export.mission_import_export.<module>",
"callee": "examples.mission_import_export.mission_import_export.printfile",
"lineno": 171,
"resolution": "direct_name_call"
},
{
"caller": "examples.mission_import_export.mission_import_export.<module>",
"callee": "examples.mission_import_export.mission_import_export.printfile",
"lineno": 173,
"resolution": "direct_name_call"
}
],
"examples.performance_test.performance_test": [
{
"caller": "examples.performance_test.performance_test.<module>",
"callee": "dronekit.connect",
"lineno": 41,
"resolution": "imported_call"
},
{
"caller": "examples.performance_test.performance_test.MeasureTime.__init__",
"callee": "examples.performance_test.performance_test.cur_usec",
"lineno": 55,
"resolution": "direct_name_call"
},
{
"caller": "examples.performance_test.performance_test.MeasureTime.__init__",
"callee": "examples.performance_test.performance_test.MeasureTime.reset",
"lineno": 58,
"resolution": "self_method_call"
},
{
"caller": "examples.performance_test.performance_test.MeasureTime.update",
"callee": "examples.performance_test.performance_test.cur_usec",
"lineno": 73,
"resolution": "direct_name_call"
},
{
"caller": "examples.performance_test.performance_test.MeasureTime.update",
"callee": "examples.performance_test.performance_test.MeasureTime.log",
"lineno": 80,
"resolution": "self_method_call"
},
{
"caller": "examples.performance_test.performance_test.<module>",
"callee": "examples.performance_test.performance_test.MeasureTime.__init__",
"lineno": 83,
"resolution": "same_module_class_call"
},
{
"caller": "examples.performance_test.performance_test.listener",
"callee": "examples.performance_test.performance_test.MeasureTime.update",
"lineno": 89,
"resolution": "local_typed_method_call"
},
{
"caller": "examples.performance_test.performance_test.listener",
"callee": "examples.performance_test.performance_test.send_testpackets",
"lineno": 90,
"resolution": "direct_name_call"
},
{
"caller": "examples.performance_test.performance_test.<module>",
"callee": "examples.performance_test.performance_test.send_testpackets",
"lineno": 109,
"resolution": "direct_name_call"
}
],
"examples.play_tune.play_tune": [
{
"caller": "examples.play_tune.play_tune.<module>",
"callee": "dronekit.connect",
"lineno": 40,
"resolution": "imported_call"
}
],
"examples.reboot.reboot": [
{
"caller": "examples.reboot.reboot.<module>",
"callee": "dronekit.connect",
"lineno": 29,
"resolution": "imported_call"
}
],
"examples.set_attitude_target.set_attitude_target": [
{
"caller": "examples.set_attitude_target.set_attitude_target.<module>",
"callee": "dronekit.connect",
"lineno": 42,
"resolution": "imported_call"
},
{
"caller": "examples.set_attitude_target.set_attitude_target.arm_and_takeoff_nogps",
"callee": "dronekit.VehicleMode.__init__",
"lineno": 64,
"resolution": "imported_call"
},
{
"caller": "examples.set_attitude_target.set_attitude_target.arm_and_takeoff_nogps",
"callee": "examples.set_attitude_target.set_attitude_target.set_attitude",
"lineno": 84,
"resolution": "direct_name_call"
},
{
"caller": "examples.set_attitude_target.set_attitude_target.send_attitude_target",
"callee": "examples.set_attitude_target.set_attitude_target.to_quaternion",
"lineno": 108,
"resolution": "direct_name_call"
},
{
"caller": "examples.set_attitude_target.set_attitude_target.set_attitude",
"callee": "examples.set_attitude_target.set_attitude_target.send_attitude_target",
"lineno": 126,
"resolution": "direct_name_call"
},
{
"caller": "examples.set_attitude_target.set_attitude_target.set_attitude",
"callee": "examples.set_attitude_target.set_attitude_target.send_attitude_target",
"lineno": 131,
"resolution": "direct_name_call"
},
{
"caller": "examples.set_attitude_target.set_attitude_target.set_attitude",
"callee": "examples.set_attitude_target.set_attitude_target.send_attitude_target",
"lineno": 136,
"resolution": "direct_name_call"
},
{
"caller": "examples.set_attitude_target.set_attitude_target.<module>",
"callee": "examples.set_attitude_target.set_attitude_target.arm_and_takeoff_nogps",
"lineno": 159,
"resolution": "direct_name_call"
},
{
"caller": "examples.set_attitude_target.set_attitude_target.<module>",
"callee": "examples.set_attitude_target.set_attitude_target.set_attitude",
"lineno": 163,
"resolution": "direct_name_call"
},
{
"caller": "examples.set_attitude_target.set_attitude_target.<module>",
"callee": "examples.set_attitude_target.set_attitude_target.set_attitude",
"lineno": 174,
"resolution": "direct_name_call"
},
{
"caller": "examples.set_attitude_target.set_attitude_target.<module>",
"callee": "examples.set_attitude_target.set_attitude_target.set_attitude",
"lineno": 177,
"resolution": "direct_name_call"
},
{
"caller": "examples.set_attitude_target.set_attitude_target.<module>",
"callee": "dronekit.VehicleMode.__init__",
"lineno": 181,
"resolution": "imported_call"
}
],
"examples.simple_goto.simple_goto": [
{
"caller": "examples.simple_goto.simple_goto.<module>",
"callee": "dronekit.connect",
"lineno": 38,
"resolution": "imported_call"
},
{
"caller": "examples.simple_goto.simple_goto.arm_and_takeoff",
"callee": "dronekit.VehicleMode.__init__",
"lineno": 54,
"resolution": "imported_call"
},
{
"caller": "examples.simple_goto.simple_goto.<module>",
"callee": "examples.simple_goto.simple_goto.arm_and_takeoff",
"lineno": 77,
"resolution": "direct_name_call"
},
{
"caller": "examples.simple_goto.simple_goto.<module>",
"callee": "dronekit.LocationGlobalRelative.__init__",
"lineno": 83,
"resolution": "imported_call"
},
{
"caller": "examples.simple_goto.simple_goto.<module>",
"callee": "dronekit.LocationGlobalRelative.__init__",
"lineno": 90,
"resolution": "imported_call"
},
{
"caller": "examples.simple_goto.simple_goto.<module>",
"callee": "dronekit.VehicleMode.__init__",
"lineno": 97,
"resolution": "imported_call"
}
],
"examples.vehicle_state.vehicle_state": [
{
"caller": "examples.vehicle_state.vehicle_state.<module>",
"callee": "dronekit.connect",
"lineno": 38,
"resolution": "imported_call"
},
{
"caller": "examples.vehicle_state.vehicle_state.<module>",
"callee": "dronekit.VehicleMode.__init__",
"lineno": 118,
"resolution": "imported_call"
},
{
"caller": "examples.vehicle_state.vehicle_state.<module>",
"callee": "dronekit.VehicleMode.__init__",
"lineno": 175,
"resolution": "imported_call"
},
{
"caller": "examples.vehicle_state.vehicle_state.<module>",
"callee": "dronekit.VehicleMode.__init__",
"lineno": 253,
"resolution": "imported_call"
}
],
"windows.returnVersion": []
},
"cyclic_clusters": [
[
"dronekit",
"dronekit.mavlink"
]
],
"unresolved": [
{
"module": "setup",
"lineno": 6,
"pattern": "attribute_call",
"note": "Call via attribute access .join(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 6,
"pattern": "attribute_call",
"note": "Call via attribute access .dirname(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 7,
"pattern": "attribute_call",
"note": "Call via attribute access .read(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 9,
"pattern": "attribute_call",
"note": "Call via attribute access .setup(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 34,
"pattern": "attribute_call",
"note": "Call via attribute access .find_packages(...) - target object type not statically resolved."
},
{
"module": "docs.conf",
"lineno": 20,
"pattern": "attribute_call",
"note": "Call via attribute access .append(...) - target object type not statically resolved."
},
{
"module": "docs.conf",
"lineno": 20,
"pattern": "attribute_call",
"note": "Call via attribute access .abspath(...) - target object type not statically resolved."
},
{
"module": "docs.conf",
"lineno": 103,
"pattern": "attribute_call",
"note": "Call via attribute access .get_html_theme_path(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 16,
"pattern": "attribute_call",
"note": "Call via attribute access .system(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 29,
"pattern": "attribute_call",
"note": "Call via attribute access .getLogger(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 33,
"pattern": "attribute_call",
"note": "Call via attribute access .put(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 36,
"pattern": "attribute_call",
"note": "Call via attribute access .critical(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 37,
"pattern": "attribute_call",
"note": "Call via attribute access ._exit(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 43,
"pattern": "attribute_call",
"note": "Call via attribute access .getLogger(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 44,
"pattern": "attribute_call",
"note": "Call via attribute access .split(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 46,
"pattern": "attribute_call",
"note": "Call via attribute access .critical(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 47,
"pattern": "attribute_call",
"note": "Call via attribute access .exit(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 48,
"pattern": "attribute_call",
"note": "Call via attribute access .socket(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 53,
"pattern": "attribute_call",
"note": "Call via attribute access .setsockopt(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 54,
"pattern": "attribute_call",
"note": "Call via attribute access .bind(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 58,
"pattern": "attribute_call",
"note": "Call via attribute access .setsockopt(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 60,
"pattern": "attribute_call",
"note": "Call via attribute access .set_close_on_exec(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 60,
"pattern": "attribute_call",
"note": "Call via attribute access .fileno(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 61,
"pattern": "attribute_call",
"note": "Call via attribute access .setblocking(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 62,
"pattern": "attribute_call",
"note": "Call via attribute access .__init__(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 62,
"pattern": "attribute_call",
"note": "Call via attribute access .fileno(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 65,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 70,
"pattern": "attribute_call",
"note": "Call via attribute access .recvfrom(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 75,
"pattern": "attribute_call",
"note": "Call via attribute access .add(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 80,
"pattern": "attribute_call",
"note": "Call via attribute access .exception(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 87,
"pattern": "attribute_call",
"note": "Call via attribute access .sendto(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 92,
"pattern": "attribute_call",
"note": "Call via attribute access .connect(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 93,
"pattern": "attribute_call",
"note": "Call via attribute access .sendto(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 97,
"pattern": "attribute_call",
"note": "Call via attribute access .exception(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 101,
"pattern": "self_method_not_found",
"note": "self.pre_message(...) not found in class 'mavudpin_multi' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
},
{
"module": "dronekit.mavlink",
"lineno": 105,
"pattern": "self_method_not_found",
"note": "self.auto_mavlink_version(...) not found in class 'mavudpin_multi' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
},
{
"module": "dronekit.mavlink",
"lineno": 107,
"pattern": "attribute_call",
"note": "Call via attribute access .parse_char(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 109,
"pattern": "self_method_not_found",
"note": "self.post_message(...) not found in class 'mavudpin_multi' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
},
{
"module": "dronekit.mavlink",
"lineno": 118,
"pattern": "attribute_call",
"note": "Call via attribute access .join(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 121,
"pattern": "attribute_call",
"note": "Call via attribute access .join(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 125,
"pattern": "attribute_call",
"note": "Call via attribute access .getLogger(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 127,
"pattern": "attribute_call",
"note": "Call via attribute access .startswith(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 130,
"pattern": "attribute_call",
"note": "Call via attribute access .mavlink_connection(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 135,
"pattern": "attribute_call",
"note": "Call via attribute access .MAVLink(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 146,
"pattern": "name_call_unresolved",
"note": "Call to 'sendfn(...)' not found in local, imported, or builtin symbols."
},
{
"module": "dronekit.mavlink",
"lineno": 168,
"pattern": "attribute_call",
"note": "Call via attribute access .register(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 175,
"pattern": "attribute_call",
"note": "Call via attribute access .get(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 176,
"pattern": "attribute_call",
"note": "Call via attribute access .write(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 182,
"pattern": "name_call_unresolved",
"note": "Call to 'APIException(...)' not found in local, imported, or builtin symbols."
},
{
"module": "dronekit.mavlink",
"lineno": 185,
"pattern": "attribute_call",
"note": "Call via attribute access .exception(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 188,
"pattern": "attribute_call",
"note": "Call via attribute access .exception(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 190,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 199,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 211,
"pattern": "name_call_unresolved",
"note": "Call to 'fn(...)' not found in local, imported, or builtin symbols."
},
{
"module": "dronekit.mavlink",
"lineno": 214,
"pattern": "attribute_call",
"note": "Call via attribute access .select(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 218,
"pattern": "attribute_call",
"note": "Call via attribute access .recv_msg(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 222,
"pattern": "name_call_unresolved",
"note": "Call to 'APIException(...)' not found in local, imported, or builtin symbols."
},
{
"module": "dronekit.mavlink",
"lineno": 228,
"pattern": "attribute_call",
"note": "Call via attribute access .debug(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 232,
"pattern": "attribute_call",
"note": "Call via attribute access .exception(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 240,
"pattern": "name_call_unresolved",
"note": "Call to 'fn(...)' not found in local, imported, or builtin symbols."
},
{
"module": "dronekit.mavlink",
"lineno": 242,
"pattern": "attribute_call",
"note": "Call via attribute access .exception(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 243,
"pattern": "attribute_call",
"note": "Call via attribute access .get_type(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 248,
"pattern": "attribute_call",
"note": "Call via attribute access .exception(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 250,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 260,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 274,
"pattern": "attribute_call",
"note": "Call via attribute access .reset(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 277,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 280,
"pattern": "attribute_call",
"note": "Call via attribute access .mavlink_connection(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 291,
"pattern": "attribute_call",
"note": "Call via attribute access .append(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 297,
"pattern": "attribute_call",
"note": "Call via attribute access .append(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 300,
"pattern": "attribute_call",
"note": "Call via attribute access .is_alive(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 301,
"pattern": "attribute_call",
"note": "Call via attribute access .start(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 302,
"pattern": "attribute_call",
"note": "Call via attribute access .is_alive(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 303,
"pattern": "attribute_call",
"note": "Call via attribute access .start(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 308,
"pattern": "attribute_call",
"note": "Call via attribute access .empty(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 309,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 311,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 320,
"pattern": "attribute_call",
"note": "Call via attribute access .put(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 320,
"pattern": "attribute_call",
"note": "Call via attribute access .pack(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 323,
"pattern": "attribute_call",
"note": "Call via attribute access .get_msgbuf(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 324,
"pattern": "attribute_call",
"note": "Call via attribute access .put(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 324,
"pattern": "attribute_call",
"note": "Call via attribute access .get_msgbuf(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 326,
"pattern": "attribute_call",
"note": "Call via attribute access .exception(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 331,
"pattern": "attribute_call",
"note": "Call via attribute access .copy(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 332,
"pattern": "attribute_call",
"note": "Call via attribute access .fix_targets(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 334,
"pattern": "attribute_call",
"note": "Call via attribute access .put(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 334,
"pattern": "attribute_call",
"note": "Call via attribute access .pack(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 337,
"pattern": "attribute_call",
"note": "Call via attribute access .get_msgbuf(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 338,
"pattern": "attribute_call",
"note": "Call via attribute access .put(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 338,
"pattern": "attribute_call",
"note": "Call via attribute access .get_msgbuf(...) - target object type not statically resolved."
},
{
"module": "dronekit.mavlink",
"lineno": 340,
"pattern": "attribute_call",
"note": "Call via attribute access .exception(...) - target object type not statically resolved."
},
{
"module": "dronekit.util",
"lineno": 13,
"pattern": "attribute_call",
"note": "Call via attribute access .flush(...) - target object type not statically resolved."
},
{
"module": "dronekit.util",
"lineno": 20,
"pattern": "attribute_call",
"note": "Call via attribute access .__init__(...) - target object type not statically resolved."
},
{
"module": "dronekit.util",
"lineno": 24,
"pattern": "self_method_not_found",
"note": "self.format(...) not found in class 'ErrprinterHandler' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
},
{
"module": "dronekit.util",
"lineno": 25,
"pattern": "self_method_not_found",
"note": "self.errprinter(...) not found in class 'ErrprinterHandler' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
},
{
"module": "dronekit",
"lineno": 202,
"pattern": "attribute_call",
"note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 204,
"pattern": "attribute_call",
"note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 247,
"pattern": "attribute_call",
"note": "Call via attribute access .format(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 273,
"pattern": "attribute_call",
"note": "Call via attribute access .format(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 292,
"pattern": "attribute_call",
"note": "Call via attribute access .format(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 562,
"pattern": "attribute_call",
"note": "Call via attribute access .basicConfig(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 563,
"pattern": "attribute_call",
"note": "Call via attribute access .getLogger(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 612,
"pattern": "attribute_call",
"note": "Call via attribute access .get(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 636,
"pattern": "attribute_call",
"note": "Call via attribute access .get(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 638,
"pattern": "attribute_call",
"note": "Call via attribute access .remove(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 665,
"pattern": "attribute_call",
"note": "Call via attribute access .get(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 670,
"pattern": "attribute_call",
"note": "Call via attribute access .get(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 672,
"pattern": "name_call_unresolved",
"note": "Call to 'fn(...)' not found in local, imported, or builtin symbols."
},
{
"module": "dronekit",
"lineno": 674,
"pattern": "attribute_call",
"note": "Call via attribute access .exception(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 676,
"pattern": "attribute_call",
"note": "Call via attribute access .get(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 678,
"pattern": "name_call_unresolved",
"note": "Call to 'fn(...)' not found in local, imported, or builtin symbols."
},
{
"module": "dronekit",
"lineno": 680,
"pattern": "attribute_call",
"note": "Call via attribute access .exception(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 748,
"pattern": "attribute_call",
"note": "Call via attribute access .__getitem__(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 755,
"pattern": "attribute_call",
"note": "Call via attribute access .__delitem__(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 759,
"pattern": "attribute_call",
"note": "Call via attribute access .__setitem__(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 763,
"pattern": "attribute_call",
"note": "Call via attribute access .__delitem__(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 772,
"pattern": "self_method_not_found",
"note": "self.items(...) not found in class 'ChannelsOverride' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
},
{
"module": "dronekit",
"lineno": 774,
"pattern": "attribute_call",
"note": "Call via attribute access .rc_channels_override_send(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 806,
"pattern": "attribute_call",
"note": "Call via attribute access .__getitem__(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 811,
"pattern": "attribute_call",
"note": "Call via attribute access .__setitem__(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 866,
"pattern": "attribute_call",
"note": "Call via attribute access .clear(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 867,
"pattern": "attribute_call",
"note": "Call via attribute access .items(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 876,
"pattern": "attribute_call",
"note": "Call via attribute access ._send(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 891,
"pattern": "attribute_call",
"note": "Call via attribute access .__init__(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 903,
"pattern": "attribute_call",
"note": "Call via attribute access .notify_attribute_listeners(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 911,
"pattern": "attribute_call",
"note": "Call via attribute access .notify_attribute_listeners(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 914,
"pattern": "attribute_call",
"note": "Call via attribute access .notify_attribute_listeners(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 898,
"pattern": "attribute_call",
"note": "Call via attribute access .on_message(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 926,
"pattern": "attribute_call",
"note": "Call via attribute access .notify_attribute_listeners(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 927,
"pattern": "attribute_call",
"note": "Call via attribute access .notify_attribute_listeners(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 920,
"pattern": "attribute_call",
"note": "Call via attribute access .on_message(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1045,
"pattern": "attribute_call",
"note": "Call via attribute access .__init__(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1047,
"pattern": "attribute_call",
"note": "Call via attribute access .getLogger(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1048,
"pattern": "attribute_call",
"note": "Call via attribute access .getLogger(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1073,
"pattern": "attribute_call",
"note": "Call via attribute access .add(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1080,
"pattern": "attribute_call",
"note": "Call via attribute access .get_type(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1103,
"pattern": "attribute_call",
"note": "Call via attribute access .log(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1104,
"pattern": "attribute_call",
"note": "Call via attribute access .strip(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1176,
"pattern": "attribute_call",
"note": "Call via attribute access .remove_message_listener(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1191,
"pattern": "attribute_call",
"note": "Call via attribute access ._update_channel(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1194,
"pattern": "attribute_call",
"note": "Call via attribute access .format(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1252,
"pattern": "attribute_call",
"note": "Call via attribute access .probably_vehicle_heartbeat(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1259,
"pattern": "name_call_unresolved",
"note": "Call to 'APIException(...)' not found in local, imported, or builtin symbols."
},
{
"module": "dronekit",
"lineno": 1261,
"pattern": "attribute_call",
"note": "Call via attribute access .interpret_px4_mode(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1271,
"pattern": "attribute_call",
"note": "Call via attribute access .MAVWPLoader(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1280,
"pattern": "attribute_call",
"note": "Call via attribute access .clear(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1282,
"pattern": "attribute_call",
"note": "Call via attribute access .waypoint_request_send(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1296,
"pattern": "attribute_call",
"note": "Call via attribute access .count(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1299,
"pattern": "attribute_call",
"note": "Call via attribute access .count(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1303,
"pattern": "attribute_call",
"note": "Call via attribute access .add(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1306,
"pattern": "attribute_call",
"note": "Call via attribute access .waypoint_request_send(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1315,
"pattern": "attribute_call",
"note": "Call via attribute access .wp(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1316,
"pattern": "attribute_call",
"note": "Call via attribute access .fix_targets(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1317,
"pattern": "attribute_call",
"note": "Call via attribute access .send(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1332,
"pattern": "attribute_call",
"note": "Call via attribute access .monotonic(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1346,
"pattern": "attribute_call",
"note": "Call via attribute access .monotonic(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1350,
"pattern": "attribute_call",
"note": "Call via attribute access .param_request_read_send(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1355,
"pattern": "attribute_call",
"note": "Call via attribute access .monotonic(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1373,
"pattern": "attribute_call",
"note": "Call via attribute access .monotonic(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1378,
"pattern": "attribute_call",
"note": "Call via attribute access .notify_attribute_listeners(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1382,
"pattern": "attribute_call",
"note": "Call via attribute access .print_exc(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1398,
"pattern": "attribute_call",
"note": "Call via attribute access .monotonic(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1399,
"pattern": "attribute_call",
"note": "Call via attribute access .heartbeat_send(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1401,
"pattern": "attribute_call",
"note": "Call via attribute access .monotonic(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1405,
"pattern": "attribute_call",
"note": "Call via attribute access .monotonic(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1406,
"pattern": "name_call_unresolved",
"note": "Call to 'APIException(...)' not found in local, imported, or builtin symbols."
},
{
"module": "dronekit",
"lineno": 1408,
"pattern": "attribute_call",
"note": "Call via attribute access .monotonic(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1410,
"pattern": "attribute_call",
"note": "Call via attribute access .warning(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1416,
"pattern": "attribute_call",
"note": "Call via attribute access .probably_vehicle_heartbeat(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1418,
"pattern": "attribute_call",
"note": "Call via attribute access .get_srcSystem(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1419,
"pattern": "attribute_call",
"note": "Call via attribute access .monotonic(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1421,
"pattern": "attribute_call",
"note": "Call via attribute access .info(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1429,
"pattern": "attribute_call",
"note": "Call via attribute access .monotonic(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1545,
"pattern": "attribute_call",
"note": "Call via attribute access .append(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1560,
"pattern": "attribute_call",
"note": "Call via attribute access .remove(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1565,
"pattern": "attribute_call",
"note": "Call via attribute access .get(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1567,
"pattern": "name_call_unresolved",
"note": "Call to 'fn(...)' not found in local, imported, or builtin symbols."
},
{
"module": "dronekit",
"lineno": 1569,
"pattern": "attribute_call",
"note": "Call via attribute access .exception(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1569,
"pattern": "attribute_call",
"note": "Call via attribute access .get_type(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1571,
"pattern": "attribute_call",
"note": "Call via attribute access .get(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1573,
"pattern": "name_call_unresolved",
"note": "Call to 'fn(...)' not found in local, imported, or builtin symbols."
},
{
"module": "dronekit",
"lineno": 1575,
"pattern": "attribute_call",
"note": "Call via attribute access .exception(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1575,
"pattern": "attribute_call",
"note": "Call via attribute access .get_type(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1578,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1592,
"pattern": "attribute_call",
"note": "Call via attribute access .upload(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1600,
"pattern": "attribute_call",
"note": "Call via attribute access .mode_mapping(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1604,
"pattern": "attribute_call",
"note": "Call via attribute access .mode_mapping_bynumber(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1609,
"pattern": "attribute_call",
"note": "Call via attribute access .interpret_px4_mode(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1653,
"pattern": "attribute_call",
"note": "Call via attribute access .set_mode(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1655,
"pattern": "attribute_call",
"note": "Call via attribute access .set_mode(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1657,
"pattern": "attribute_call",
"note": "Call via attribute access .set_mode(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1809,
"pattern": "attribute_call",
"note": "Call via attribute access .arducopter_arm(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1811,
"pattern": "attribute_call",
"note": "Call via attribute access .arducopter_disarm(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1843,
"pattern": "attribute_call",
"note": "Call via attribute access .get(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1875,
"pattern": "attribute_call",
"note": "Call via attribute access .command_long_encode(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 1901,
"pattern": "attribute_call",
"note": "Call via attribute access .command_long_encode(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2004,
"pattern": "attribute_call",
"note": "Call via attribute access .copy(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2023,
"pattern": "attribute_call",
"note": "Call via attribute access .copy(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2026,
"pattern": "attribute_call",
"note": "Call via attribute access .command_long_encode(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2061,
"pattern": "attribute_call",
"note": "Call via attribute access .time(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2062,
"pattern": "name_call_unresolved",
"note": "Call to 'condition(...)' not found in local, imported, or builtin symbols."
},
{
"module": "dronekit",
"lineno": 2063,
"pattern": "attribute_call",
"note": "Call via attribute access .time(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2067,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2189,
"pattern": "attribute_call",
"note": "Call via attribute access .isnan(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2189,
"pattern": "attribute_call",
"note": "Call via attribute access .isinf(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2191,
"pattern": "attribute_call",
"note": "Call via attribute access .command_long_send(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2230,
"pattern": "attribute_call",
"note": "Call via attribute access .download(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2231,
"pattern": "attribute_call",
"note": "Call via attribute access .wait_ready(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2236,
"pattern": "attribute_call",
"note": "Call via attribute access .mission_item_send(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2260,
"pattern": "attribute_call",
"note": "Call via attribute access .send(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2305,
"pattern": "attribute_call",
"note": "Call via attribute access .start(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2308,
"pattern": "attribute_call",
"note": "Call via attribute access .monotonic(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2316,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2320,
"pattern": "name_call_unresolved",
"note": "Call to 'APIException(...)' not found in local, imported, or builtin symbols."
},
{
"module": "dronekit",
"lineno": 2329,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2333,
"pattern": "attribute_call",
"note": "Call via attribute access .request_data_stream_send(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2342,
"pattern": "attribute_call",
"note": "Call via attribute access .param_fetch_all(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2343,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2357,
"pattern": "attribute_call",
"note": "Call via attribute access .command_long_encode(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2358,
"pattern": "attribute_call",
"note": "Call via attribute access .send_mavlink(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2362,
"pattern": "attribute_call",
"note": "Call via attribute access .play_tune_encode(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2397,
"pattern": "attribute_call",
"note": "Call via attribute access .get(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2398,
"pattern": "attribute_call",
"note": "Call via attribute access .get(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2409,
"pattern": "attribute_call",
"note": "Call via attribute access .monotonic(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2411,
"pattern": "attribute_call",
"note": "Call via attribute access .get(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2412,
"pattern": "attribute_call",
"note": "Call via attribute access .get(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2414,
"pattern": "attribute_call",
"note": "Call via attribute access .issubset(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2415,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2416,
"pattern": "attribute_call",
"note": "Call via attribute access .monotonic(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2427,
"pattern": "name_call_unresolved",
"note": "Call to 'still_waiting_callback(...)' not found in local, imported, or builtin symbols."
},
{
"module": "dronekit",
"lineno": 2434,
"pattern": "attribute_call",
"note": "Call via attribute access .command_long_encode(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2449,
"pattern": "attribute_call",
"note": "Call via attribute access .command_long_encode(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2468,
"pattern": "attribute_call",
"note": "Call via attribute access .command_long_encode(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2481,
"pattern": "attribute_call",
"note": "Call via attribute access .command_long_encode(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2502,
"pattern": "attribute_call",
"note": "Call via attribute access .command_long_encode(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2519,
"pattern": "attribute_call",
"note": "Call via attribute access .command_long_encode(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2536,
"pattern": "attribute_call",
"note": "Call via attribute access .command_long_encode(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2576,
"pattern": "attribute_call",
"note": "Call via attribute access .__init__(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2588,
"pattern": "attribute_call",
"note": "Call via attribute access .notify_attribute_listeners(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2583,
"pattern": "attribute_call",
"note": "Call via attribute access .on_message(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2595,
"pattern": "attribute_call",
"note": "Call via attribute access .notify_attribute_listeners(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2590,
"pattern": "attribute_call",
"note": "Call via attribute access .on_message(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2647,
"pattern": "attribute_call",
"note": "Call via attribute access .mount_configure_encode(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2654,
"pattern": "attribute_call",
"note": "Call via attribute access .send_mavlink(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2655,
"pattern": "attribute_call",
"note": "Call via attribute access .mount_control_encode(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2662,
"pattern": "attribute_call",
"note": "Call via attribute access .send_mavlink(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2682,
"pattern": "attribute_call",
"note": "Call via attribute access .mount_configure_encode(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2689,
"pattern": "attribute_call",
"note": "Call via attribute access .send_mavlink(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2696,
"pattern": "attribute_call",
"note": "Call via attribute access .download(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2697,
"pattern": "attribute_call",
"note": "Call via attribute access .wait_ready(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2703,
"pattern": "attribute_call",
"note": "Call via attribute access .command_long_encode(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2712,
"pattern": "attribute_call",
"note": "Call via attribute access .send_mavlink(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2721,
"pattern": "attribute_call",
"note": "Call via attribute access .mount_configure_encode(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2728,
"pattern": "attribute_call",
"note": "Call via attribute access .send_mavlink(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2731,
"pattern": "attribute_call",
"note": "Call via attribute access .format(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2756,
"pattern": "attribute_call",
"note": "Call via attribute access .__init__(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2757,
"pattern": "attribute_call",
"note": "Call via attribute access .getLogger(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2761,
"pattern": "attribute_call",
"note": "Call via attribute access .upper(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2766,
"pattern": "attribute_call",
"note": "Call via attribute access .upper(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2771,
"pattern": "name_call_unresolved",
"note": "Call to 'APIException(...)' not found in local, imported, or builtin symbols."
},
{
"module": "dronekit",
"lineno": 2777,
"pattern": "attribute_call",
"note": "Call via attribute access .__iter__(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2780,
"pattern": "attribute_call",
"note": "Call via attribute access .upper(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2783,
"pattern": "attribute_call",
"note": "Call via attribute access .get(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2794,
"pattern": "attribute_call",
"note": "Call via attribute access .upper(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2796,
"pattern": "attribute_call",
"note": "Call via attribute access .unpack(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2796,
"pattern": "attribute_call",
"note": "Call via attribute access .pack(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2799,
"pattern": "attribute_call",
"note": "Call via attribute access .param_set_send(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2800,
"pattern": "attribute_call",
"note": "Call via attribute access .monotonic(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2804,
"pattern": "attribute_call",
"note": "Call via attribute access .monotonic(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2807,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2810,
"pattern": "attribute_call",
"note": "Call via attribute access .error(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2817,
"pattern": "attribute_call",
"note": "Call via attribute access .wait_ready(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2857,
"pattern": "attribute_call",
"note": "Call via attribute access .upper(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2858,
"pattern": "attribute_call",
"note": "Call via attribute access .add_attribute_listener(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2876,
"pattern": "attribute_call",
"note": "Call via attribute access .upper(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2877,
"pattern": "attribute_call",
"note": "Call via attribute access .remove_attribute_listener(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2880,
"pattern": "attribute_call",
"note": "Call via attribute access .upper(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2881,
"pattern": "attribute_call",
"note": "Call via attribute access .notify_attribute_listeners(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2916,
"pattern": "attribute_call",
"note": "Call via attribute access .upper(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 2917,
"pattern": "attribute_call",
"note": "Call via attribute access .on_attribute(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 3010,
"pattern": "attribute_call",
"note": "Call via attribute access .remove(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 3012,
"pattern": "attribute_call",
"note": "Call via attribute access .waypoint_request_list_send(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 3021,
"pattern": "attribute_call",
"note": "Call via attribute access .wait_ready(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 3034,
"pattern": "attribute_call",
"note": "Call via attribute access .wp(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 3037,
"pattern": "attribute_call",
"note": "Call via attribute access .clear(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 3039,
"pattern": "attribute_call",
"note": "Call via attribute access .add(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 3053,
"pattern": "attribute_call",
"note": "Call via attribute access .fix_targets(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 3054,
"pattern": "attribute_call",
"note": "Call via attribute access .add(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 3067,
"pattern": "attribute_call",
"note": "Call via attribute access .waypoint_clear_all_send(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 3068,
"pattern": "attribute_call",
"note": "Call via attribute access .time(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 3069,
"pattern": "attribute_call",
"note": "Call via attribute access .count(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 3070,
"pattern": "attribute_call",
"note": "Call via attribute access .count(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 3071,
"pattern": "attribute_call",
"note": "Call via attribute access .waypoint_count_send(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 3071,
"pattern": "attribute_call",
"note": "Call via attribute access .count(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 3073,
"pattern": "attribute_call",
"note": "Call via attribute access .time(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 3075,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 3086,
"pattern": "attribute_call",
"note": "Call via attribute access .count(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 3100,
"pattern": "attribute_call",
"note": "Call via attribute access .waypoint_set_current_send(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 3108,
"pattern": "attribute_call",
"note": "Call via attribute access .count(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 3112,
"pattern": "attribute_call",
"note": "Call via attribute access .indices(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 3114,
"pattern": "attribute_call",
"note": "Call via attribute access .wp(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 3122,
"pattern": "attribute_call",
"note": "Call via attribute access .set(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 3127,
"pattern": "attribute_call",
"note": "Call via attribute access .debug(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 3127,
"pattern": "attribute_call",
"note": "Call via attribute access .getLogger(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 3127,
"pattern": "attribute_call",
"note": "Call via attribute access .join(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 3205,
"pattern": "name_call_unresolved",
"note": "Call to 'vehicle_class(...)' not found in local, imported, or builtin symbols."
},
{
"module": "dronekit",
"lineno": 3208,
"pattern": "attribute_call",
"note": "Call via attribute access .addHandler(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 3211,
"pattern": "attribute_call",
"note": "Call via attribute access .initialize(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 3215,
"pattern": "attribute_call",
"note": "Call via attribute access .wait_ready(...) - target object type not statically resolved."
},
{
"module": "dronekit",
"lineno": 3219,
"pattern": "attribute_call",
"note": "Call via attribute access .wait_ready(...) - target object type not statically resolved."
},
{
"module": "dronekit.test",
"lineno": 19,
"pattern": "attribute_call",
"note": "Call via attribute access .download(...) - target object type not statically resolved."
},
{
"module": "dronekit.test",
"lineno": 20,
"pattern": "attribute_call",
"note": "Call via attribute access .launch(...) - target object type not statically resolved."
},
{
"module": "dronekit.test",
"lineno": 24,
"pattern": "attribute_call",
"note": "Call via attribute access .stop(...) - target object type not statically resolved."
},
{
"module": "dronekit.test",
"lineno": 30,
"pattern": "name_call_unresolved",
"note": "Call to 'fn(...)' not found in local, imported, or builtin symbols."
},
{
"module": "dronekit.test",
"lineno": 35,
"pattern": "attribute_call",
"note": "Call via attribute access .time(...) - target object type not statically resolved."
},
{
"module": "dronekit.test",
"lineno": 36,
"pattern": "name_call_unresolved",
"note": "Call to 'condition(...)' not found in local, imported, or builtin symbols."
},
{
"module": "dronekit.test",
"lineno": 37,
"pattern": "attribute_call",
"note": "Call via attribute access .time(...) - target object type not statically resolved."
},
{
"module": "dronekit.test",
"lineno": 39,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_110",
"lineno": 24,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_110",
"lineno": 34,
"pattern": "attribute_call",
"note": "Call via attribute access .add_attribute_listener(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_110",
"lineno": 35,
"pattern": "attribute_call",
"note": "Call via attribute access .add_attribute_listener(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_110",
"lineno": 36,
"pattern": "attribute_call",
"note": "Call via attribute access .add_attribute_listener(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_110",
"lineno": 37,
"pattern": "attribute_call",
"note": "Call via attribute access .add_attribute_listener(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_110",
"lineno": 38,
"pattern": "attribute_call",
"note": "Call via attribute access .add_attribute_listener(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_110",
"lineno": 55,
"pattern": "attribute_call",
"note": "Call via attribute access .remove_attribute_listener(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_110",
"lineno": 56,
"pattern": "attribute_call",
"note": "Call via attribute access .remove_attribute_listener(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_110",
"lineno": 63,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_110",
"lineno": 69,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_115",
"lineno": 18,
"pattern": "attribute_call",
"note": "Call via attribute access .add_message_listener(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_115",
"lineno": 23,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_115",
"lineno": 29,
"pattern": "attribute_call",
"note": "Call via attribute access .remove_message_listener(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_115",
"lineno": 35,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_115",
"lineno": 43,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_115",
"lineno": 45,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_12",
"lineno": 8,
"pattern": "attribute_call",
"note": "Call via attribute access .time(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_12",
"lineno": 30,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_capability_and_version",
"lineno": 11,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_capability_and_version",
"lineno": 17,
"pattern": "attribute_call",
"note": "Call via attribute access .time(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_capability_and_version",
"lineno": 20,
"pattern": "attribute_call",
"note": "Call via attribute access .time(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_capability_and_version",
"lineno": 22,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_capability_and_version",
"lineno": 33,
"pattern": "attribute_call",
"note": "Call via attribute access .release_type(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_capability_and_version",
"lineno": 34,
"pattern": "attribute_call",
"note": "Call via attribute access .release_version(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_capability_and_version",
"lineno": 36,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_channels",
"lineno": 10,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_channels",
"lineno": 12,
"pattern": "attribute_call",
"note": "Call via attribute access .items(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_channels",
"lineno": 27,
"pattern": "attribute_call",
"note": "Call via attribute access .keys(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_channels",
"lineno": 28,
"pattern": "attribute_call",
"note": "Call via attribute access .keys(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_channels",
"lineno": 132,
"pattern": "attribute_call",
"note": "Call via attribute access .keys(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_channels",
"lineno": 137,
"pattern": "attribute_call",
"note": "Call via attribute access .keys(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_channels",
"lineno": 147,
"pattern": "attribute_call",
"note": "Call via attribute access .add_attribute_listener(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_channels",
"lineno": 152,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_channels",
"lineno": 156,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_earlyattrs",
"lineno": 13,
"pattern": "attribute_call",
"note": "Call via attribute access .initialize(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_earlyattrs",
"lineno": 16,
"pattern": "attribute_call",
"note": "Call via attribute access .wait_ready(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_earlyattrs",
"lineno": 19,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_errprinter",
"lineno": 26,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_errprinter",
"lineno": 30,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_errprinter",
"lineno": 33,
"pattern": "attribute_call",
"note": "Call via attribute access .getLogger(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_errprinter",
"lineno": 34,
"pattern": "attribute_call",
"note": "Call via attribute access .removeHandler(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_goto",
"lineno": 34,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_goto",
"lineno": 43,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_goto",
"lineno": 52,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_goto",
"lineno": 57,
"pattern": "attribute_call",
"note": "Call via attribute access .simple_takeoff(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_goto",
"lineno": 70,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_goto",
"lineno": 76,
"pattern": "attribute_call",
"note": "Call via attribute access .simple_goto(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_goto",
"lineno": 79,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_goto",
"lineno": 83,
"pattern": "attribute_call",
"note": "Call via attribute access .simple_goto(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_goto",
"lineno": 86,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_goto",
"lineno": 91,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_locations",
"lineno": 37,
"pattern": "attribute_call",
"note": "Call via attribute access .simple_takeoff(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_locations",
"lineno": 50,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_locations",
"lineno": 53,
"pattern": "attribute_call",
"note": "Call via attribute access .wait_ready(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_locations",
"lineno": 69,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_locations",
"lineno": 78,
"pattern": "attribute_call",
"note": "Call via attribute access .on_attribute(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_locations",
"lineno": 87,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_mavlink",
"lineno": 11,
"pattern": "attribute_call",
"note": "Call via attribute access .pipe(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_mavlink",
"lineno": 18,
"pattern": "attribute_call",
"note": "Call via attribute access .on_attribute(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_mavlink",
"lineno": 24,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_mavlink",
"lineno": 29,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_mavlink",
"lineno": 30,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_modeavailable",
"lineno": 18,
"pattern": "attribute_call",
"note": "Call via attribute access ._is_mode_available(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_modeavailable",
"lineno": 20,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_mode_settings",
"lineno": 13,
"pattern": "attribute_call",
"note": "Call via attribute access .add_message_listener(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_mode_settings",
"lineno": 15,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_parameters",
"lineno": 15,
"pattern": "attribute_call",
"note": "Call via attribute access .get(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_parameters",
"lineno": 23,
"pattern": "attribute_call",
"note": "Call via attribute access .get(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_parameters",
"lineno": 25,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_parameters",
"lineno": 33,
"pattern": "attribute_call",
"note": "Call via attribute access .items(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_parameters",
"lineno": 38,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_parameters",
"lineno": 49,
"pattern": "attribute_call",
"note": "Call via attribute access .on_attribute(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_parameters",
"lineno": 58,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_parameters",
"lineno": 63,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_reboot",
"lineno": 20,
"pattern": "attribute_call",
"note": "Call via attribute access .add_message_listener(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_reboot",
"lineno": 21,
"pattern": "attribute_call",
"note": "Call via attribute access .reboot(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_reboot",
"lineno": 22,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_reboot",
"lineno": 23,
"pattern": "attribute_call",
"note": "Call via attribute access .remove_message_listener(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_reboot",
"lineno": 29,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_sensor_calibration",
"lineno": 16,
"pattern": "attribute_call",
"note": "Call via attribute access .send_calibrate_gyro(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_sensor_calibration",
"lineno": 18,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_sensor_calibration",
"lineno": 33,
"pattern": "attribute_call",
"note": "Call via attribute access .send_calibrate_magnetometer(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_sensor_calibration",
"lineno": 35,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_sensor_calibration",
"lineno": 50,
"pattern": "attribute_call",
"note": "Call via attribute access .send_calibrate_accelerometer(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_sensor_calibration",
"lineno": 52,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_sensor_calibration",
"lineno": 69,
"pattern": "attribute_call",
"note": "Call via attribute access .send_calibrate_accelerometer(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_sensor_calibration",
"lineno": 71,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_sensor_calibration",
"lineno": 81,
"pattern": "attribute_call",
"note": "Call via attribute access .send_calibrate_vehicle_level(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_sensor_calibration",
"lineno": 83,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_sensor_calibration",
"lineno": 93,
"pattern": "attribute_call",
"note": "Call via attribute access .send_calibrate_barometer(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_sensor_calibration",
"lineno": 95,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_simpledemo",
"lineno": 19,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_simpledemo",
"lineno": 30,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_state",
"lineno": 13,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_timeout",
"lineno": 16,
"pattern": "attribute_call",
"note": "Call via attribute access .time(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_timeout",
"lineno": 17,
"pattern": "attribute_call",
"note": "Call via attribute access .time(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_timeout",
"lineno": 18,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_timeout",
"lineno": 22,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_timeout",
"lineno": 27,
"pattern": "attribute_call",
"note": "Call via attribute access .socket(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_timeout",
"lineno": 28,
"pattern": "attribute_call",
"note": "Call via attribute access .setsockopt(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_timeout",
"lineno": 29,
"pattern": "attribute_call",
"note": "Call via attribute access .bind(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_timeout",
"lineno": 30,
"pattern": "attribute_call",
"note": "Call via attribute access .listen(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_timeout",
"lineno": 36,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_vehicleclass",
"lineno": 8,
"pattern": "attribute_call",
"note": "Call via attribute access .__init__(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_vehicleclass",
"lineno": 23,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_vehicleclass",
"lineno": 25,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 13,
"pattern": "attribute_call",
"note": "Call via attribute access .clear(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 14,
"pattern": "attribute_call",
"note": "Call via attribute access .upload(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 18,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 27,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 28,
"pattern": "attribute_call",
"note": "Call via attribute access .download(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 29,
"pattern": "attribute_call",
"note": "Call via attribute access .wait_ready(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 36,
"pattern": "attribute_call",
"note": "Call via attribute access .download(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 37,
"pattern": "attribute_call",
"note": "Call via attribute access .wait_ready(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 43,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 55,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 58,
"pattern": "attribute_call",
"note": "Call via attribute access .download(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 59,
"pattern": "attribute_call",
"note": "Call via attribute access .wait_ready(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 67,
"pattern": "attribute_call",
"note": "Call via attribute access .clear(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 68,
"pattern": "attribute_call",
"note": "Call via attribute access .upload(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 69,
"pattern": "attribute_call",
"note": "Call via attribute access .download(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 70,
"pattern": "attribute_call",
"note": "Call via attribute access .wait_ready(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 75,
"pattern": "name_call_unresolved",
"note": "Call to 'Command(...)' not found in local, imported, or builtin symbols."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 76,
"pattern": "name_call_unresolved",
"note": "Call to 'Command(...)' not found in local, imported, or builtin symbols."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 77,
"pattern": "name_call_unresolved",
"note": "Call to 'Command(...)' not found in local, imported, or builtin symbols."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 78,
"pattern": "name_call_unresolved",
"note": "Call to 'Command(...)' not found in local, imported, or builtin symbols."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 79,
"pattern": "name_call_unresolved",
"note": "Call to 'Command(...)' not found in local, imported, or builtin symbols."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 80,
"pattern": "name_call_unresolved",
"note": "Call to 'Command(...)' not found in local, imported, or builtin symbols."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 81,
"pattern": "name_call_unresolved",
"note": "Call to 'Command(...)' not found in local, imported, or builtin symbols."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 82,
"pattern": "name_call_unresolved",
"note": "Call to 'Command(...)' not found in local, imported, or builtin symbols."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 84,
"pattern": "attribute_call",
"note": "Call via attribute access .add(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 85,
"pattern": "attribute_call",
"note": "Call via attribute access .upload(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 88,
"pattern": "attribute_call",
"note": "Call via attribute access .download(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 89,
"pattern": "attribute_call",
"note": "Call via attribute access .wait_ready(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 111,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 119,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 131,
"pattern": "attribute_call",
"note": "Call via attribute access .download(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 132,
"pattern": "attribute_call",
"note": "Call via attribute access .wait_ready(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 137,
"pattern": "attribute_call",
"note": "Call via attribute access .add(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 137,
"pattern": "name_call_unresolved",
"note": "Call to 'Command(...)' not found in local, imported, or builtin symbols."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 140,
"pattern": "attribute_call",
"note": "Call via attribute access .flush(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl.test_waypoints",
"lineno": 144,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl",
"lineno": 36,
"pattern": "attribute_call",
"note": "Call via attribute access .add_message_listener(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl",
"lineno": 40,
"pattern": "attribute_call",
"note": "Call via attribute access .time(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl",
"lineno": 41,
"pattern": "attribute_call",
"note": "Call via attribute access .time(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl",
"lineno": 42,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "dronekit.test.sitl",
"lineno": 43,
"pattern": "attribute_call",
"note": "Call via attribute access .remove_message_listener(...) - target object type not statically resolved."
},
{
"module": "examples.channel_overrides.channel_overrides",
"lineno": 26,
"pattern": "attribute_call",
"note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved."
},
{
"module": "examples.channel_overrides.channel_overrides",
"lineno": 27,
"pattern": "attribute_call",
"note": "Call via attribute access .add_argument(...) - target object type not statically resolved."
},
{
"module": "examples.channel_overrides.channel_overrides",
"lineno": 29,
"pattern": "attribute_call",
"note": "Call via attribute access .parse_args(...) - target object type not statically resolved."
},
{
"module": "examples.channel_overrides.channel_overrides",
"lineno": 38,
"pattern": "attribute_call",
"note": "Call via attribute access .start_default(...) - target object type not statically resolved."
},
{
"module": "examples.channel_overrides.channel_overrides",
"lineno": 39,
"pattern": "attribute_call",
"note": "Call via attribute access .connection_string(...) - target object type not statically resolved."
},
{
"module": "examples.channel_overrides.channel_overrides",
"lineno": 98,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "examples.channel_overrides.channel_overrides",
"lineno": 102,
"pattern": "attribute_call",
"note": "Call via attribute access .stop(...) - target object type not statically resolved."
},
{
"module": "examples.create_attribute.create_attribute",
"lineno": 27,
"pattern": "attribute_call",
"note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved."
},
{
"module": "examples.create_attribute.create_attribute",
"lineno": 28,
"pattern": "attribute_call",
"note": "Call via attribute access .add_argument(...) - target object type not statically resolved."
},
{
"module": "examples.create_attribute.create_attribute",
"lineno": 30,
"pattern": "attribute_call",
"note": "Call via attribute access .parse_args(...) - target object type not statically resolved."
},
{
"module": "examples.create_attribute.create_attribute",
"lineno": 39,
"pattern": "attribute_call",
"note": "Call via attribute access .start_default(...) - target object type not statically resolved."
},
{
"module": "examples.create_attribute.create_attribute",
"lineno": 40,
"pattern": "attribute_call",
"note": "Call via attribute access .connection_string(...) - target object type not statically resolved."
},
{
"module": "examples.create_attribute.create_attribute",
"lineno": 54,
"pattern": "attribute_call",
"note": "Call via attribute access .add_attribute_listener(...) - target object type not statically resolved."
},
{
"module": "examples.create_attribute.create_attribute",
"lineno": 57,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.create_attribute.create_attribute",
"lineno": 63,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "examples.create_attribute.create_attribute",
"lineno": 67,
"pattern": "attribute_call",
"note": "Call via attribute access .stop(...) - target object type not statically resolved."
},
{
"module": "examples.create_attribute.my_vehicle",
"lineno": 52,
"pattern": "attribute_call",
"note": "Call via attribute access .format(...) - target object type not statically resolved."
},
{
"module": "examples.create_attribute.my_vehicle",
"lineno": 57,
"pattern": "attribute_call",
"note": "Call via attribute access .__init__(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 24,
"pattern": "attribute_call",
"note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 25,
"pattern": "attribute_call",
"note": "Call via attribute access .add_argument(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 27,
"pattern": "attribute_call",
"note": "Call via attribute access .parse_args(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 34,
"pattern": "attribute_call",
"note": "Call via attribute access .start_default(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 35,
"pattern": "attribute_call",
"note": "Call via attribute access .connection_string(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 37,
"pattern": "attribute_call",
"note": "Call via attribute access .dirname(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 37,
"pattern": "attribute_call",
"note": "Call via attribute access .abspath(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 67,
"pattern": "attribute_call",
"note": "Call via attribute access .add_attribute_listener(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 72,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 78,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 90,
"pattern": "attribute_call",
"note": "Call via attribute access .simple_takeoff(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 97,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 104,
"pattern": "attribute_call",
"note": "Call via attribute access .mount(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 106,
"pattern": "attribute_call",
"note": "Call via attribute access .update(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 114,
"pattern": "attribute_call",
"note": "Call via attribute access .start(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 117,
"pattern": "attribute_call",
"note": "Call via attribute access .format(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 121,
"pattern": "attribute_call",
"note": "Call via attribute access .format(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 122,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 125,
"pattern": "attribute_call",
"note": "Call via attribute access .format(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 128,
"pattern": "attribute_call",
"note": "Call via attribute access .simple_goto(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 135,
"pattern": "attribute_call",
"note": "Call via attribute access .simple_goto(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 141,
"pattern": "attribute_call",
"note": "Call via attribute access .flush(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 153,
"pattern": "attribute_call",
"note": "Call via attribute access .format(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 186,
"pattern": "attribute_call",
"note": "Call via attribute access .dumps(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 196,
"pattern": "attribute_call",
"note": "Call via attribute access .get_template(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 197,
"pattern": "attribute_call",
"note": "Call via attribute access .render(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 207,
"pattern": "attribute_call",
"note": "Call via attribute access .index(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 211,
"pattern": "attribute_call",
"note": "Call via attribute access .command(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 211,
"pattern": "attribute_call",
"note": "Call via attribute access .get_location(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 216,
"pattern": "attribute_call",
"note": "Call via attribute access .get_location(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 214,
"pattern": "attribute_call",
"note": "Call via attribute access .json_out(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 223,
"pattern": "attribute_call",
"note": "Call via attribute access .goto(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 225,
"pattern": "attribute_call",
"note": "Call via attribute access .track(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 225,
"pattern": "attribute_call",
"note": "Call via attribute access .get_location(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 233,
"pattern": "attribute_call",
"note": "Call via attribute access .launch(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 236,
"pattern": "attribute_call",
"note": "Call via attribute access .block(...) - target object type not statically resolved."
},
{
"module": "examples.drone_delivery.drone_delivery",
"lineno": 240,
"pattern": "attribute_call",
"note": "Call via attribute access .stop(...) - target object type not statically resolved."
},
{
"module": "examples.flight_replay.flight_replay",
"lineno": 22,
"pattern": "attribute_call",
"note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved."
},
{
"module": "examples.flight_replay.flight_replay",
"lineno": 23,
"pattern": "attribute_call",
"note": "Call via attribute access .add_argument(...) - target object type not statically resolved."
},
{
"module": "examples.flight_replay.flight_replay",
"lineno": 24,
"pattern": "attribute_call",
"note": "Call via attribute access .add_argument(...) - target object type not statically resolved."
},
{
"module": "examples.flight_replay.flight_replay",
"lineno": 26,
"pattern": "attribute_call",
"note": "Call via attribute access .parse_args(...) - target object type not statically resolved."
},
{
"module": "examples.flight_replay.flight_replay",
"lineno": 39,
"pattern": "attribute_call",
"note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
},
{
"module": "examples.flight_replay.flight_replay",
"lineno": 65,
"pattern": "attribute_call",
"note": "Call via attribute access .mavlink_connection(...) - target object type not statically resolved."
},
{
"module": "examples.flight_replay.flight_replay",
"lineno": 68,
"pattern": "attribute_call",
"note": "Call via attribute access .recv_match(...) - target object type not statically resolved."
},
{
"module": "examples.flight_replay.flight_replay",
"lineno": 112,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.flight_replay.flight_replay",
"lineno": 117,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.flight_replay.flight_replay",
"lineno": 123,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.flight_replay.flight_replay",
"lineno": 126,
"pattern": "attribute_call",
"note": "Call via attribute access .simple_takeoff(...) - target object type not statically resolved."
},
{
"module": "examples.flight_replay.flight_replay",
"lineno": 138,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.flight_replay.flight_replay",
"lineno": 146,
"pattern": "name_call_unresolved",
"note": "Call to 'exit(...)' not found in local, imported, or builtin symbols."
},
{
"module": "examples.flight_replay.flight_replay",
"lineno": 157,
"pattern": "attribute_call",
"note": "Call via attribute access .start_default(...) - target object type not statically resolved."
},
{
"module": "examples.flight_replay.flight_replay",
"lineno": 158,
"pattern": "attribute_call",
"note": "Call via attribute access .connection_string(...) - target object type not statically resolved."
},
{
"module": "examples.flight_replay.flight_replay",
"lineno": 167,
"pattern": "attribute_call",
"note": "Call via attribute access .wait_ready(...) - target object type not statically resolved."
},
{
"module": "examples.flight_replay.flight_replay",
"lineno": 171,
"pattern": "attribute_call",
"note": "Call via attribute access .clear(...) - target object type not statically resolved."
},
{
"module": "examples.flight_replay.flight_replay",
"lineno": 179,
"pattern": "name_call_unresolved",
"note": "Call to 'Command(...)' not found in local, imported, or builtin symbols."
},
{
"module": "examples.flight_replay.flight_replay",
"lineno": 186,
"pattern": "attribute_call",
"note": "Call via attribute access .add(...) - target object type not statically resolved."
},
{
"module": "examples.flight_replay.flight_replay",
"lineno": 190,
"pattern": "attribute_call",
"note": "Call via attribute access .upload(...) - target object type not statically resolved."
},
{
"module": "examples.flight_replay.flight_replay",
"lineno": 204,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.flight_replay.flight_replay",
"lineno": 207,
"pattern": "attribute_call",
"note": "Call via attribute access .time(...) - target object type not statically resolved."
},
{
"module": "examples.flight_replay.flight_replay",
"lineno": 208,
"pattern": "attribute_call",
"note": "Call via attribute access .time(...) - target object type not statically resolved."
},
{
"module": "examples.flight_replay.flight_replay",
"lineno": 215,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.flight_replay.flight_replay",
"lineno": 220,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.flight_replay.flight_replay",
"lineno": 224,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "examples.flight_replay.flight_replay",
"lineno": 228,
"pattern": "attribute_call",
"note": "Call via attribute access .stop(...) - target object type not statically resolved."
},
{
"module": "examples.follow_me.follow_me",
"lineno": 26,
"pattern": "attribute_call",
"note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved."
},
{
"module": "examples.follow_me.follow_me",
"lineno": 27,
"pattern": "attribute_call",
"note": "Call via attribute access .add_argument(...) - target object type not statically resolved."
},
{
"module": "examples.follow_me.follow_me",
"lineno": 29,
"pattern": "attribute_call",
"note": "Call via attribute access .parse_args(...) - target object type not statically resolved."
},
{
"module": "examples.follow_me.follow_me",
"lineno": 38,
"pattern": "attribute_call",
"note": "Call via attribute access .start_default(...) - target object type not statically resolved."
},
{
"module": "examples.follow_me.follow_me",
"lineno": 39,
"pattern": "attribute_call",
"note": "Call via attribute access .connection_string(...) - target object type not statically resolved."
},
{
"module": "examples.follow_me.follow_me",
"lineno": 56,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.follow_me.follow_me",
"lineno": 66,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.follow_me.follow_me",
"lineno": 69,
"pattern": "attribute_call",
"note": "Call via attribute access .simple_takeoff(...) - target object type not statically resolved."
},
{
"module": "examples.follow_me.follow_me",
"lineno": 78,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.follow_me.follow_me",
"lineno": 84,
"pattern": "attribute_call",
"note": "Call via attribute access .gps(...) - target object type not statically resolved."
},
{
"module": "examples.follow_me.follow_me",
"lineno": 105,
"pattern": "attribute_call",
"note": "Call via attribute access .simple_goto(...) - target object type not statically resolved."
},
{
"module": "examples.follow_me.follow_me",
"lineno": 109,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.follow_me.follow_me",
"lineno": 113,
"pattern": "attribute_call",
"note": "Call via attribute access .exit(...) - target object type not statically resolved."
},
{
"module": "examples.follow_me.follow_me",
"lineno": 117,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "examples.follow_me.follow_me",
"lineno": 121,
"pattern": "attribute_call",
"note": "Call via attribute access .stop(...) - target object type not statically resolved."
},
{
"module": "examples.gcs.microgcs",
"lineno": 21,
"pattern": "attribute_call",
"note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved."
},
{
"module": "examples.gcs.microgcs",
"lineno": 22,
"pattern": "attribute_call",
"note": "Call via attribute access .add_argument(...) - target object type not statically resolved."
},
{
"module": "examples.gcs.microgcs",
"lineno": 24,
"pattern": "attribute_call",
"note": "Call via attribute access .parse_args(...) - target object type not statically resolved."
},
{
"module": "examples.gcs.microgcs",
"lineno": 32,
"pattern": "attribute_call",
"note": "Call via attribute access .start_default(...) - target object type not statically resolved."
},
{
"module": "examples.gcs.microgcs",
"lineno": 33,
"pattern": "attribute_call",
"note": "Call via attribute access .connection_string(...) - target object type not statically resolved."
},
{
"module": "examples.gcs.microgcs",
"lineno": 49,
"pattern": "attribute_call",
"note": "Call via attribute access .add_attribute_listener(...) - target object type not statically resolved."
},
{
"module": "examples.gcs.microgcs",
"lineno": 51,
"pattern": "name_call_unresolved",
"note": "Call to 'Tk(...)' not found in local, imported, or builtin symbols."
},
{
"module": "examples.gcs.microgcs",
"lineno": 52,
"pattern": "attribute_call",
"note": "Call via attribute access .wm_title(...) - target object type not statically resolved."
},
{
"module": "examples.gcs.microgcs",
"lineno": 53,
"pattern": "name_call_unresolved",
"note": "Call to 'Frame(...)' not found in local, imported, or builtin symbols."
},
{
"module": "examples.gcs.microgcs",
"lineno": 54,
"pattern": "attribute_call",
"note": "Call via attribute access .pack(...) - target object type not statically resolved."
},
{
"module": "examples.gcs.microgcs",
"lineno": 56,
"pattern": "name_call_unresolved",
"note": "Call to 'Label(...)' not found in local, imported, or builtin symbols."
},
{
"module": "examples.gcs.microgcs",
"lineno": 57,
"pattern": "attribute_call",
"note": "Call via attribute access .pack(...) - target object type not statically resolved."
},
{
"module": "examples.gcs.microgcs",
"lineno": 58,
"pattern": "name_call_unresolved",
"note": "Call to 'Label(...)' not found in local, imported, or builtin symbols."
},
{
"module": "examples.gcs.microgcs",
"lineno": 59,
"pattern": "attribute_call",
"note": "Call via attribute access .pack(...) - target object type not statically resolved."
},
{
"module": "examples.gcs.microgcs",
"lineno": 60,
"pattern": "name_call_unresolved",
"note": "Call to 'Label(...)' not found in local, imported, or builtin symbols."
},
{
"module": "examples.gcs.microgcs",
"lineno": 61,
"pattern": "attribute_call",
"note": "Call via attribute access .pack(...) - target object type not statically resolved."
},
{
"module": "examples.gcs.microgcs",
"lineno": 67,
"pattern": "attribute_call",
"note": "Call via attribute access .pack(...) - target object type not statically resolved."
},
{
"module": "examples.gcs.microgcs",
"lineno": 67,
"pattern": "name_call_unresolved",
"note": "Call to 'Button(...)' not found in local, imported, or builtin symbols."
},
{
"module": "examples.gcs.microgcs",
"lineno": 68,
"pattern": "attribute_call",
"note": "Call via attribute access .pack(...) - target object type not statically resolved."
},
{
"module": "examples.gcs.microgcs",
"lineno": 68,
"pattern": "name_call_unresolved",
"note": "Call to 'Button(...)' not found in local, imported, or builtin symbols."
},
{
"module": "examples.gcs.microgcs",
"lineno": 70,
"pattern": "attribute_call",
"note": "Call via attribute access .mainloop(...) - target object type not statically resolved."
},
{
"module": "examples.gcs.microgcs",
"lineno": 74,
"pattern": "attribute_call",
"note": "Call via attribute access .stop(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 22,
"pattern": "attribute_call",
"note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 23,
"pattern": "attribute_call",
"note": "Call via attribute access .add_argument(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 25,
"pattern": "attribute_call",
"note": "Call via attribute access .parse_args(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 34,
"pattern": "attribute_call",
"note": "Call via attribute access .start_default(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 35,
"pattern": "attribute_call",
"note": "Call via attribute access .connection_string(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 52,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 62,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 65,
"pattern": "attribute_call",
"note": "Call via attribute access .simple_takeoff(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 74,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 114,
"pattern": "attribute_call",
"note": "Call via attribute access .command_long_encode(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 124,
"pattern": "attribute_call",
"note": "Call via attribute access .send_mavlink(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 137,
"pattern": "attribute_call",
"note": "Call via attribute access .command_long_encode(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 147,
"pattern": "attribute_call",
"note": "Call via attribute access .send_mavlink(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 182,
"pattern": "attribute_call",
"note": "Call via attribute access .cos(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 207,
"pattern": "attribute_call",
"note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 220,
"pattern": "attribute_call",
"note": "Call via attribute access .atan2(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 250,
"pattern": "attribute_call",
"note": "Call via attribute access .set_position_target_global_int_encode(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 264,
"pattern": "attribute_call",
"note": "Call via attribute access .send_mavlink(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 284,
"pattern": "attribute_call",
"note": "Call via attribute access .set_position_target_local_ned_encode(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 294,
"pattern": "attribute_call",
"note": "Call via attribute access .send_mavlink(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 312,
"pattern": "name_call_unresolved",
"note": "Call to 'gotoFunction(...)' not found in local, imported, or builtin symbols."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 324,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 356,
"pattern": "attribute_call",
"note": "Call via attribute access .set_position_target_local_ned_encode(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 368,
"pattern": "attribute_call",
"note": "Call via attribute access .send_mavlink(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 369,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 390,
"pattern": "attribute_call",
"note": "Call via attribute access .set_position_target_global_int_encode(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 407,
"pattern": "attribute_call",
"note": "Call via attribute access .send_mavlink(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 408,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 493,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 497,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 504,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 508,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 612,
"pattern": "attribute_call",
"note": "Call via attribute access .download(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 613,
"pattern": "attribute_call",
"note": "Call via attribute access .wait_ready(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 643,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "examples.guided_set_speed_yaw.guided_set_speed_yaw",
"lineno": 647,
"pattern": "attribute_call",
"note": "Call via attribute access .stop(...) - target object type not statically resolved."
},
{
"module": "examples.mission_basic.mission_basic",
"lineno": 20,
"pattern": "attribute_call",
"note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved."
},
{
"module": "examples.mission_basic.mission_basic",
"lineno": 21,
"pattern": "attribute_call",
"note": "Call via attribute access .add_argument(...) - target object type not statically resolved."
},
{
"module": "examples.mission_basic.mission_basic",
"lineno": 23,
"pattern": "attribute_call",
"note": "Call via attribute access .parse_args(...) - target object type not statically resolved."
},
{
"module": "examples.mission_basic.mission_basic",
"lineno": 32,
"pattern": "attribute_call",
"note": "Call via attribute access .start_default(...) - target object type not statically resolved."
},
{
"module": "examples.mission_basic.mission_basic",
"lineno": 33,
"pattern": "attribute_call",
"note": "Call via attribute access .connection_string(...) - target object type not statically resolved."
},
{
"module": "examples.mission_basic.mission_basic",
"lineno": 56,
"pattern": "attribute_call",
"note": "Call via attribute access .cos(...) - target object type not statically resolved."
},
{
"module": "examples.mission_basic.mission_basic",
"lineno": 74,
"pattern": "attribute_call",
"note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
},
{
"module": "examples.mission_basic.mission_basic",
"lineno": 100,
"pattern": "attribute_call",
"note": "Call via attribute access .download(...) - target object type not statically resolved."
},
{
"module": "examples.mission_basic.mission_basic",
"lineno": 101,
"pattern": "attribute_call",
"note": "Call via attribute access .wait_ready(...) - target object type not statically resolved."
},
{
"module": "examples.mission_basic.mission_basic",
"lineno": 117,
"pattern": "attribute_call",
"note": "Call via attribute access .clear(...) - target object type not statically resolved."
},
{
"module": "examples.mission_basic.mission_basic",
"lineno": 123,
"pattern": "attribute_call",
"note": "Call via attribute access .add(...) - target object type not statically resolved."
},
{
"module": "examples.mission_basic.mission_basic",
"lineno": 123,
"pattern": "name_call_unresolved",
"note": "Call to 'Command(...)' not found in local, imported, or builtin symbols."
},
{
"module": "examples.mission_basic.mission_basic",
"lineno": 130,
"pattern": "attribute_call",
"note": "Call via attribute access .add(...) - target object type not statically resolved."
},
{
"module": "examples.mission_basic.mission_basic",
"lineno": 130,
"pattern": "name_call_unresolved",
"note": "Call to 'Command(...)' not found in local, imported, or builtin symbols."
},
{
"module": "examples.mission_basic.mission_basic",
"lineno": 131,
"pattern": "attribute_call",
"note": "Call via attribute access .add(...) - target object type not statically resolved."
},
{
"module": "examples.mission_basic.mission_basic",
"lineno": 131,
"pattern": "name_call_unresolved",
"note": "Call to 'Command(...)' not found in local, imported, or builtin symbols."
},
{
"module": "examples.mission_basic.mission_basic",
"lineno": 132,
"pattern": "attribute_call",
"note": "Call via attribute access .add(...) - target object type not statically resolved."
},
{
"module": "examples.mission_basic.mission_basic",
"lineno": 132,
"pattern": "name_call_unresolved",
"note": "Call to 'Command(...)' not found in local, imported, or builtin symbols."
},
{
"module": "examples.mission_basic.mission_basic",
"lineno": 133,
"pattern": "attribute_call",
"note": "Call via attribute access .add(...) - target object type not statically resolved."
},
{
"module": "examples.mission_basic.mission_basic",
"lineno": 133,
"pattern": "name_call_unresolved",
"note": "Call to 'Command(...)' not found in local, imported, or builtin symbols."
},
{
"module": "examples.mission_basic.mission_basic",
"lineno": 135,
"pattern": "attribute_call",
"note": "Call via attribute access .add(...) - target object type not statically resolved."
},
{
"module": "examples.mission_basic.mission_basic",
"lineno": 135,
"pattern": "name_call_unresolved",
"note": "Call to 'Command(...)' not found in local, imported, or builtin symbols."
},
{
"module": "examples.mission_basic.mission_basic",
"lineno": 138,
"pattern": "attribute_call",
"note": "Call via attribute access .upload(...) - target object type not statically resolved."
},
{
"module": "examples.mission_basic.mission_basic",
"lineno": 150,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.mission_basic.mission_basic",
"lineno": 160,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.mission_basic.mission_basic",
"lineno": 163,
"pattern": "attribute_call",
"note": "Call via attribute access .simple_takeoff(...) - target object type not statically resolved."
},
{
"module": "examples.mission_basic.mission_basic",
"lineno": 172,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.mission_basic.mission_basic",
"lineno": 205,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.mission_basic.mission_basic",
"lineno": 213,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "examples.mission_basic.mission_basic",
"lineno": 217,
"pattern": "attribute_call",
"note": "Call via attribute access .stop(...) - target object type not statically resolved."
},
{
"module": "examples.mission_import_export.mission_import_export",
"lineno": 23,
"pattern": "attribute_call",
"note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved."
},
{
"module": "examples.mission_import_export.mission_import_export",
"lineno": 24,
"pattern": "attribute_call",
"note": "Call via attribute access .add_argument(...) - target object type not statically resolved."
},
{
"module": "examples.mission_import_export.mission_import_export",
"lineno": 26,
"pattern": "attribute_call",
"note": "Call via attribute access .parse_args(...) - target object type not statically resolved."
},
{
"module": "examples.mission_import_export.mission_import_export",
"lineno": 35,
"pattern": "attribute_call",
"note": "Call via attribute access .start_default(...) - target object type not statically resolved."
},
{
"module": "examples.mission_import_export.mission_import_export",
"lineno": 36,
"pattern": "attribute_call",
"note": "Call via attribute access .connection_string(...) - target object type not statically resolved."
},
{
"module": "examples.mission_import_export.mission_import_export",
"lineno": 48,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.mission_import_export.mission_import_export",
"lineno": 64,
"pattern": "attribute_call",
"note": "Call via attribute access .startswith(...) - target object type not statically resolved."
},
{
"module": "examples.mission_import_export.mission_import_export",
"lineno": 67,
"pattern": "attribute_call",
"note": "Call via attribute access .split(...) - target object type not statically resolved."
},
{
"module": "examples.mission_import_export.mission_import_export",
"lineno": 79,
"pattern": "attribute_call",
"note": "Call via attribute access .strip(...) - target object type not statically resolved."
},
{
"module": "examples.mission_import_export.mission_import_export",
"lineno": 80,
"pattern": "name_call_unresolved",
"note": "Call to 'Command(...)' not found in local, imported, or builtin symbols."
},
{
"module": "examples.mission_import_export.mission_import_export",
"lineno": 96,
"pattern": "attribute_call",
"note": "Call via attribute access .clear(...) - target object type not statically resolved."
},
{
"module": "examples.mission_import_export.mission_import_export",
"lineno": 99,
"pattern": "attribute_call",
"note": "Call via attribute access .add(...) - target object type not statically resolved."
},
{
"module": "examples.mission_import_export.mission_import_export",
"lineno": 101,
"pattern": "attribute_call",
"note": "Call via attribute access .upload(...) - target object type not statically resolved."
},
{
"module": "examples.mission_import_export.mission_import_export",
"lineno": 112,
"pattern": "attribute_call",
"note": "Call via attribute access .download(...) - target object type not statically resolved."
},
{
"module": "examples.mission_import_export.mission_import_export",
"lineno": 113,
"pattern": "attribute_call",
"note": "Call via attribute access .wait_ready(...) - target object type not statically resolved."
},
{
"module": "examples.mission_import_export.mission_import_export",
"lineno": 137,
"pattern": "attribute_call",
"note": "Call via attribute access .write(...) - target object type not statically resolved."
},
{
"module": "examples.mission_import_export.mission_import_export",
"lineno": 147,
"pattern": "attribute_call",
"note": "Call via attribute access .strip(...) - target object type not statically resolved."
},
{
"module": "examples.mission_import_export.mission_import_export",
"lineno": 162,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "examples.mission_import_export.mission_import_export",
"lineno": 166,
"pattern": "attribute_call",
"note": "Call via attribute access .stop(...) - target object type not statically resolved."
},
{
"module": "examples.performance_test.performance_test",
"lineno": 25,
"pattern": "attribute_call",
"note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved."
},
{
"module": "examples.performance_test.performance_test",
"lineno": 26,
"pattern": "attribute_call",
"note": "Call via attribute access .add_argument(...) - target object type not statically resolved."
},
{
"module": "examples.performance_test.performance_test",
"lineno": 28,
"pattern": "attribute_call",
"note": "Call via attribute access .parse_args(...) - target object type not statically resolved."
},
{
"module": "examples.performance_test.performance_test",
"lineno": 35,
"pattern": "attribute_call",
"note": "Call via attribute access .start_default(...) - target object type not statically resolved."
},
{
"module": "examples.performance_test.performance_test",
"lineno": 36,
"pattern": "attribute_call",
"note": "Call via attribute access .connection_string(...) - target object type not statically resolved."
},
{
"module": "examples.performance_test.performance_test",
"lineno": 49,
"pattern": "attribute_call",
"note": "Call via attribute access .now(...) - target object type not statically resolved."
},
{
"module": "examples.performance_test.performance_test",
"lineno": 68,
"pattern": "attribute_call",
"note": "Call via attribute access .write(...) - target object type not statically resolved."
},
{
"module": "examples.performance_test.performance_test",
"lineno": 69,
"pattern": "attribute_call",
"note": "Call via attribute access .flush(...) - target object type not statically resolved."
},
{
"module": "examples.performance_test.performance_test",
"lineno": 87,
"pattern": "attribute_call",
"note": "Call via attribute access .on_message(...) - target object type not statically resolved."
},
{
"module": "examples.performance_test.performance_test",
"lineno": 95,
"pattern": "attribute_call",
"note": "Call via attribute access .command_long_encode(...) - target object type not statically resolved."
},
{
"module": "examples.performance_test.performance_test",
"lineno": 106,
"pattern": "attribute_call",
"note": "Call via attribute access .send_mavlink(...) - target object type not statically resolved."
},
{
"module": "examples.performance_test.performance_test",
"lineno": 113,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.performance_test.performance_test",
"lineno": 116,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "examples.performance_test.performance_test",
"lineno": 120,
"pattern": "attribute_call",
"note": "Call via attribute access .stop(...) - target object type not statically resolved."
},
{
"module": "examples.play_tune.play_tune",
"lineno": 20,
"pattern": "attribute_call",
"note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved."
},
{
"module": "examples.play_tune.play_tune",
"lineno": 21,
"pattern": "attribute_call",
"note": "Call via attribute access .add_argument(...) - target object type not statically resolved."
},
{
"module": "examples.play_tune.play_tune",
"lineno": 23,
"pattern": "attribute_call",
"note": "Call via attribute access .add_argument(...) - target object type not statically resolved."
},
{
"module": "examples.play_tune.play_tune",
"lineno": 24,
"pattern": "attribute_call",
"note": "Call via attribute access .parse_args(...) - target object type not statically resolved."
},
{
"module": "examples.play_tune.play_tune",
"lineno": 34,
"pattern": "attribute_call",
"note": "Call via attribute access .start_default(...) - target object type not statically resolved."
},
{
"module": "examples.play_tune.play_tune",
"lineno": 35,
"pattern": "attribute_call",
"note": "Call via attribute access .connection_string(...) - target object type not statically resolved."
},
{
"module": "examples.play_tune.play_tune",
"lineno": 42,
"pattern": "attribute_call",
"note": "Call via attribute access .play_tune(...) - target object type not statically resolved."
},
{
"module": "examples.reboot.reboot",
"lineno": 11,
"pattern": "attribute_call",
"note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved."
},
{
"module": "examples.reboot.reboot",
"lineno": 12,
"pattern": "attribute_call",
"note": "Call via attribute access .add_argument(...) - target object type not statically resolved."
},
{
"module": "examples.reboot.reboot",
"lineno": 14,
"pattern": "attribute_call",
"note": "Call via attribute access .parse_args(...) - target object type not statically resolved."
},
{
"module": "examples.reboot.reboot",
"lineno": 23,
"pattern": "attribute_call",
"note": "Call via attribute access .start_default(...) - target object type not statically resolved."
},
{
"module": "examples.reboot.reboot",
"lineno": 24,
"pattern": "attribute_call",
"note": "Call via attribute access .connection_string(...) - target object type not statically resolved."
},
{
"module": "examples.reboot.reboot",
"lineno": 31,
"pattern": "attribute_call",
"note": "Call via attribute access .reboot(...) - target object type not statically resolved."
},
{
"module": "examples.reboot.reboot",
"lineno": 32,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.reboot.reboot",
"lineno": 36,
"pattern": "attribute_call",
"note": "Call via attribute access .stop(...) - target object type not statically resolved."
},
{
"module": "examples.set_attitude_target.set_attitude_target",
"lineno": 25,
"pattern": "attribute_call",
"note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved."
},
{
"module": "examples.set_attitude_target.set_attitude_target",
"lineno": 26,
"pattern": "attribute_call",
"note": "Call via attribute access .add_argument(...) - target object type not statically resolved."
},
{
"module": "examples.set_attitude_target.set_attitude_target",
"lineno": 28,
"pattern": "attribute_call",
"note": "Call via attribute access .parse_args(...) - target object type not statically resolved."
},
{
"module": "examples.set_attitude_target.set_attitude_target",
"lineno": 36,
"pattern": "attribute_call",
"note": "Call via attribute access .start_default(...) - target object type not statically resolved."
},
{
"module": "examples.set_attitude_target.set_attitude_target",
"lineno": 37,
"pattern": "attribute_call",
"note": "Call via attribute access .connection_string(...) - target object type not statically resolved."
},
{
"module": "examples.set_attitude_target.set_attitude_target",
"lineno": 59,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.set_attitude_target.set_attitude_target",
"lineno": 70,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.set_attitude_target.set_attitude_target",
"lineno": 85,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.set_attitude_target.set_attitude_target",
"lineno": 103,
"pattern": "attribute_call",
"note": "Call via attribute access .set_attitude_target_encode(...) - target object type not statically resolved."
},
{
"module": "examples.set_attitude_target.set_attitude_target",
"lineno": 111,
"pattern": "attribute_call",
"note": "Call via attribute access .radians(...) - target object type not statically resolved."
},
{
"module": "examples.set_attitude_target.set_attitude_target",
"lineno": 114,
"pattern": "attribute_call",
"note": "Call via attribute access .send_mavlink(...) - target object type not statically resolved."
},
{
"module": "examples.set_attitude_target.set_attitude_target",
"lineno": 129,
"pattern": "attribute_call",
"note": "Call via attribute access .time(...) - target object type not statically resolved."
},
{
"module": "examples.set_attitude_target.set_attitude_target",
"lineno": 130,
"pattern": "attribute_call",
"note": "Call via attribute access .time(...) - target object type not statically resolved."
},
{
"module": "examples.set_attitude_target.set_attitude_target",
"lineno": 134,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.set_attitude_target.set_attitude_target",
"lineno": 144,
"pattern": "attribute_call",
"note": "Call via attribute access .cos(...) - target object type not statically resolved."
},
{
"module": "examples.set_attitude_target.set_attitude_target",
"lineno": 144,
"pattern": "attribute_call",
"note": "Call via attribute access .radians(...) - target object type not statically resolved."
},
{
"module": "examples.set_attitude_target.set_attitude_target",
"lineno": 145,
"pattern": "attribute_call",
"note": "Call via attribute access .sin(...) - target object type not statically resolved."
},
{
"module": "examples.set_attitude_target.set_attitude_target",
"lineno": 145,
"pattern": "attribute_call",
"note": "Call via attribute access .radians(...) - target object type not statically resolved."
},
{
"module": "examples.set_attitude_target.set_attitude_target",
"lineno": 146,
"pattern": "attribute_call",
"note": "Call via attribute access .cos(...) - target object type not statically resolved."
},
{
"module": "examples.set_attitude_target.set_attitude_target",
"lineno": 146,
"pattern": "attribute_call",
"note": "Call via attribute access .radians(...) - target object type not statically resolved."
},
{
"module": "examples.set_attitude_target.set_attitude_target",
"lineno": 147,
"pattern": "attribute_call",
"note": "Call via attribute access .sin(...) - target object type not statically resolved."
},
{
"module": "examples.set_attitude_target.set_attitude_target",
"lineno": 147,
"pattern": "attribute_call",
"note": "Call via attribute access .radians(...) - target object type not statically resolved."
},
{
"module": "examples.set_attitude_target.set_attitude_target",
"lineno": 148,
"pattern": "attribute_call",
"note": "Call via attribute access .cos(...) - target object type not statically resolved."
},
{
"module": "examples.set_attitude_target.set_attitude_target",
"lineno": 148,
"pattern": "attribute_call",
"note": "Call via attribute access .radians(...) - target object type not statically resolved."
},
{
"module": "examples.set_attitude_target.set_attitude_target",
"lineno": 149,
"pattern": "attribute_call",
"note": "Call via attribute access .sin(...) - target object type not statically resolved."
},
{
"module": "examples.set_attitude_target.set_attitude_target",
"lineno": 149,
"pattern": "attribute_call",
"note": "Call via attribute access .radians(...) - target object type not statically resolved."
},
{
"module": "examples.set_attitude_target.set_attitude_target",
"lineno": 182,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.set_attitude_target.set_attitude_target",
"lineno": 186,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "examples.set_attitude_target.set_attitude_target",
"lineno": 190,
"pattern": "attribute_call",
"note": "Call via attribute access .stop(...) - target object type not statically resolved."
},
{
"module": "examples.simple_goto.simple_goto",
"lineno": 20,
"pattern": "attribute_call",
"note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved."
},
{
"module": "examples.simple_goto.simple_goto",
"lineno": 21,
"pattern": "attribute_call",
"note": "Call via attribute access .add_argument(...) - target object type not statically resolved."
},
{
"module": "examples.simple_goto.simple_goto",
"lineno": 23,
"pattern": "attribute_call",
"note": "Call via attribute access .parse_args(...) - target object type not statically resolved."
},
{
"module": "examples.simple_goto.simple_goto",
"lineno": 32,
"pattern": "attribute_call",
"note": "Call via attribute access .start_default(...) - target object type not statically resolved."
},
{
"module": "examples.simple_goto.simple_goto",
"lineno": 33,
"pattern": "attribute_call",
"note": "Call via attribute access .connection_string(...) - target object type not statically resolved."
},
{
"module": "examples.simple_goto.simple_goto",
"lineno": 50,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.simple_goto.simple_goto",
"lineno": 60,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.simple_goto.simple_goto",
"lineno": 63,
"pattern": "attribute_call",
"note": "Call via attribute access .simple_takeoff(...) - target object type not statically resolved."
},
{
"module": "examples.simple_goto.simple_goto",
"lineno": 74,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.simple_goto.simple_goto",
"lineno": 84,
"pattern": "attribute_call",
"note": "Call via attribute access .simple_goto(...) - target object type not statically resolved."
},
{
"module": "examples.simple_goto.simple_goto",
"lineno": 87,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.simple_goto.simple_goto",
"lineno": 91,
"pattern": "attribute_call",
"note": "Call via attribute access .simple_goto(...) - target object type not statically resolved."
},
{
"module": "examples.simple_goto.simple_goto",
"lineno": 94,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.simple_goto.simple_goto",
"lineno": 101,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "examples.simple_goto.simple_goto",
"lineno": 105,
"pattern": "attribute_call",
"note": "Call via attribute access .stop(...) - target object type not statically resolved."
},
{
"module": "examples.vehicle_state.vehicle_state",
"lineno": 19,
"pattern": "attribute_call",
"note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved."
},
{
"module": "examples.vehicle_state.vehicle_state",
"lineno": 20,
"pattern": "attribute_call",
"note": "Call via attribute access .add_argument(...) - target object type not statically resolved."
},
{
"module": "examples.vehicle_state.vehicle_state",
"lineno": 22,
"pattern": "attribute_call",
"note": "Call via attribute access .parse_args(...) - target object type not statically resolved."
},
{
"module": "examples.vehicle_state.vehicle_state",
"lineno": 31,
"pattern": "attribute_call",
"note": "Call via attribute access .start_default(...) - target object type not statically resolved."
},
{
"module": "examples.vehicle_state.vehicle_state",
"lineno": 32,
"pattern": "attribute_call",
"note": "Call via attribute access .connection_string(...) - target object type not statically resolved."
},
{
"module": "examples.vehicle_state.vehicle_state",
"lineno": 40,
"pattern": "attribute_call",
"note": "Call via attribute access .wait_ready(...) - target object type not statically resolved."
},
{
"module": "examples.vehicle_state.vehicle_state",
"lineno": 48,
"pattern": "attribute_call",
"note": "Call via attribute access .release_type(...) - target object type not statically resolved."
},
{
"module": "examples.vehicle_state.vehicle_state",
"lineno": 49,
"pattern": "attribute_call",
"note": "Call via attribute access .release_version(...) - target object type not statically resolved."
},
{
"module": "examples.vehicle_state.vehicle_state",
"lineno": 50,
"pattern": "attribute_call",
"note": "Call via attribute access .is_stable(...) - target object type not statically resolved."
},
{
"module": "examples.vehicle_state.vehicle_state",
"lineno": 92,
"pattern": "attribute_call",
"note": "Call via attribute access .download(...) - target object type not statically resolved."
},
{
"module": "examples.vehicle_state.vehicle_state",
"lineno": 93,
"pattern": "attribute_call",
"note": "Call via attribute access .wait_ready(...) - target object type not statically resolved."
},
{
"module": "examples.vehicle_state.vehicle_state",
"lineno": 112,
"pattern": "attribute_call",
"note": "Call via attribute access .download(...) - target object type not statically resolved."
},
{
"module": "examples.vehicle_state.vehicle_state",
"lineno": 113,
"pattern": "attribute_call",
"note": "Call via attribute access .wait_ready(...) - target object type not statically resolved."
},
{
"module": "examples.vehicle_state.vehicle_state",
"lineno": 121,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.vehicle_state.vehicle_state",
"lineno": 127,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.vehicle_state.vehicle_state",
"lineno": 154,
"pattern": "attribute_call",
"note": "Call via attribute access .add_attribute_listener(...) - target object type not statically resolved."
},
{
"module": "examples.vehicle_state.vehicle_state",
"lineno": 157,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.vehicle_state.vehicle_state",
"lineno": 161,
"pattern": "attribute_call",
"note": "Call via attribute access .remove_attribute_listener(...) - target object type not statically resolved."
},
{
"module": "examples.vehicle_state.vehicle_state",
"lineno": 167,
"pattern": "attribute_call",
"note": "Call via attribute access .on_attribute(...) - target object type not statically resolved."
},
{
"module": "examples.vehicle_state.vehicle_state",
"lineno": 178,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.vehicle_state.vehicle_state",
"lineno": 182,
"pattern": "attribute_call",
"note": "Call via attribute access .remove_attribute_listener(...) - target object type not statically resolved."
},
{
"module": "examples.vehicle_state.vehicle_state",
"lineno": 194,
"pattern": "attribute_call",
"note": "Call via attribute access .add_attribute_listener(...) - target object type not statically resolved."
},
{
"module": "examples.vehicle_state.vehicle_state",
"lineno": 198,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.vehicle_state.vehicle_state",
"lineno": 202,
"pattern": "attribute_call",
"note": "Call via attribute access .remove_attribute_listener(...) - target object type not statically resolved."
},
{
"module": "examples.vehicle_state.vehicle_state",
"lineno": 216,
"pattern": "attribute_call",
"note": "Call via attribute access .iteritems(...) - target object type not statically resolved."
},
{
"module": "examples.vehicle_state.vehicle_state",
"lineno": 225,
"pattern": "attribute_call",
"note": "Call via attribute access .on_attribute(...) - target object type not statically resolved."
},
{
"module": "examples.vehicle_state.vehicle_state",
"lineno": 236,
"pattern": "attribute_call",
"note": "Call via attribute access .sleep(...) - target object type not statically resolved."
},
{
"module": "examples.vehicle_state.vehicle_state",
"lineno": 245,
"pattern": "attribute_call",
"note": "Call via attribute access .add_attribute_listener(...) - target object type not statically resolved."
},
{
"module": "examples.vehicle_state.vehicle_state",
"lineno": 261,
"pattern": "attribute_call",
"note": "Call via attribute access .close(...) - target object type not statically resolved."
},
{
"module": "examples.vehicle_state.vehicle_state",
"lineno": 265,
"pattern": "attribute_call",
"note": "Call via attribute access .stop(...) - target object type not statically resolved."
},
{
"module": "windows.returnVersion",
"lineno": 9,
"pattern": "attribute_call",
"note": "Call via attribute access .readlines(...) - target object type not statically resolved."
}
],
"governance_gate": "APPROVED"
}