MCPcopy
hub / github.com/smittix/intercept / error

Method error

utils/gps.py:187–190  ·  view source on GitHub ↗

Get any error message.

(self)

Source from the content-addressed store, hash-verified

185
186 @property
187 def error(self) -> str | None:
188 """Get any error message."""
189 with self._lock:
190 return self._error
191
192 @property
193 def device_path(self) -> str:

Callers 15

load_from_fileMethod · 0.45
startMethod · 0.45
toggle_monitor_modeMethod · 0.45
_sensor_output_readerMethod · 0.45
_adsb_sbs_readerMethod · 0.45
_start_wifiMethod · 0.45
_wifi_csv_readerMethod · 0.45
_parse_airodump_csvMethod · 0.45
_start_bluetoothMethod · 0.45
_pager_output_readerMethod · 0.45
_ais_tcp_readerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected