Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HoShiMin/Kernel-Bridge
/ stop_beeper
Method
stop_beeper
Python-Bridge/Python-Bridge.py:64–65 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
62
return
self.__kb.KbStartBeeper()
63
64
def
stop_beeper(self):
65
return
self.__kb.KbStopBeeper()
66
67
def
set_beeper_in(self):
68
return
self.__kb.KbSetBeeperIn()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected