Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dronekit/dronekit-python
/ read
Method
read
dronekit/mavlink.py:36–38 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
34
self.queue.put(pkt)
35
36
def
read(self):
37
errprinter(
'writer should not have had a read request'
)
38
os._exit(43)
39
40
41
class
mavudpin_multi(mavutil.mavfile):
Callers
nothing calls this directly
Calls
1
errprinter
Function · 0.90
Tested by
no test coverage detected