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

Function errprinter

dronekit/util.py:5–6  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

3
4
5def errprinter(*args):
6 logger(*args)
7
8def logger(*args):
9 print(*args, file=sys.stderr)

Callers 8

readMethod · 0.90
mavlink_thread_outMethod · 0.90
mavlink_thread_inMethod · 0.90
callbackMethod · 0.90
listenerMethod · 0.90
setMethod · 0.90

Calls 1

loggerFunction · 0.85

Tested by

no test coverage detected