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

Method load_as_driver

Python-Bridge/Python-Bridge.py:677–678  ·  view source on GitHub ↗
(self, driver_path)

Source from the content-addressed store, hash-verified

675 self.stuff = self.Stuff(self.__kb)
676
677 def load_as_driver(self, driver_path):
678 return self.__kb.KbLoadAsDriver(c_wchar_p(driver_path))
679
680 def load_as_filter(self, driver_path, altitude='260000'):
681 return self.__kb.KbLoadAsFilter(c_wchar_p(driver_path), c_wchar_p(altitude))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected