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

Method vmm_disable

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

Source from the content-addressed store, hash-verified

628 return self.__kb.KbVmmEnable()
629
630 def vmm_disable(self):
631 return self.__kb.KbVmmDisable()
632
633 class Stuff:
634 def __init__(self, kb):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected