MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / start_beeper

Method start_beeper

Python-Bridge/Python-Bridge.py:61–62  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

59 return self.__kb.KbSetBeeperRegime()
60
61 def start_beeper(self):
62 return self.__kb.KbStartBeeper()
63
64 def stop_beeper(self):
65 return self.__kb.KbStopBeeper()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected