Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
5
def
errprinter(*args):
6
logger(*args)
7
8
def
logger(*args):
9
print(*args, file=sys.stderr)
Callers
8
read
Method · 0.90
mavlink_thread_out
Method · 0.90
mavlink_thread_in
Method · 0.90
callback
Method · 0.90
notify_attribute_listeners
Method · 0.90
listener
Method · 0.90
notify_message_listeners
Method · 0.90
set
Method · 0.90
Calls
1
logger
Function · 0.85
Tested by
no test coverage detected