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