MCPcopy
hub / github.com/dronekit/dronekit-python / APIException

Class APIException

dronekit/__init__.py:57–65  ·  view source on GitHub ↗

Base class for DroneKit related exceptions. :param String message: Message string describing the exception

Source from the content-addressed store, hash-verified

55
56
57class APIException(Exception):
58 """
59 Base class for DroneKit related exceptions.
60
61 :param String message: Message string describing the exception
62 """
63
64 def __init__(self, message):
65 super(APIException, self).__init__(message)
66
67
68class Attitude(object):

Callers 8

mavlink_thread_outMethod · 0.90
mavlink_thread_inMethod · 0.90
listenerMethod · 0.85
simple_gotoMethod · 0.85
initializeMethod · 0.85
wait_readyMethod · 0.85
target_locationMethod · 0.85
__delitem__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected