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

Method __init__

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

Source from the content-addressed store, hash-verified

122 ("EDX", c_uint)]
123
124 def __init__(self, kb):
125 self.__kb = kb
126
127 def cli(self):
128 return self.__kb.KbCli()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected