MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / _is_linux

Method _is_linux

actions/ble.py:43–45  ·  view source on GitHub ↗

Check if running on Linux

(self)

Source from the content-addressed store, hash-verified

41 return self.os_type == 'Windows'
42
43 def _is_linux(self) -> bool:
44 """Check if running on Linux"""
45 return self.os_type == 'Linux'
46
47 def check_bluetooth_availability(self) -> Tuple[bool, str]:
48 """

Callers 1

scan_for_timeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected