Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HoShiMin/Kernel-Bridge
/ __init__
Method
__init__
Python-Bridge/Python-Bridge.py:562–563 ·
view source on GitHub ↗
(self, kb)
Source
from the content-addressed store, hash-verified
560
561
class
KernelShells:
562
def
__init__(self, kb):
563
self.__kb = kb
564
565
def
execute_shell_code(self, routine, arg):
566
result = c_uint()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected