Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
def
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
46
LIB = LoadDll()
Callers
1
test_.py
File · 0.85
Calls
1
find_lib_path
Function · 0.70
Tested by
no test coverage detected