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

Method __init__

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

Source from the content-addressed store, hash-verified

622
623 class Hypervisor:
624 def __init__(self, kb):
625 self.__kb = kb
626
627 def vmm_enable(self):
628 return self.__kb.KbVmmEnable()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected