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

Method __init__

Python-Bridge/Python-Bridge.py:55–56  ·  view source on GitHub ↗
(self, kb)

Source from the content-addressed store, hash-verified

53
54 class Beeper:
55 def __init__(self, kb):
56 self.__kb = kb
57
58 def set_beeper_regime(self):
59 return self.__kb.KbSetBeeperRegime()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected