MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / LoadDll

Function LoadDll

tests/c_api_test/test_.py:38–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36
37
38def LoadDll():
39 lib_path = find_lib_path()
40 if len(lib_path) == 0:
41 return None
42 lib = ctypes.cdll.LoadLibrary(lib_path[0])
43 return lib
44
45
46LIB = LoadDll()

Callers 1

test_.pyFile · 0.85

Calls 1

find_lib_pathFunction · 0.70

Tested by

no test coverage detected