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

Method unload

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

Source from the content-addressed store, hash-verified

681 return self.__kb.KbLoadAsFilter(c_wchar_p(driver_path), c_wchar_p(altitude))
682
683 def unload(self):
684 return self.__kb.KbUnload()
685
686 def get_driver_api_version(self):
687 return self.__kb.KbGetDriverApiVersion()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected