MCPcopy Index your code
hub / github.com/dronekit/dronekit-python / close

Method close

dronekit/mavlink.py:64–65  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

62 mavutil.mavfile.__init__(self, self.port.fileno(), device, source_system=source_system, input=input, use_native=use_native)
63
64 def close(self):
65 self.port.close()
66
67 def recv(self,n=None):
68 try:

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected