Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ _init_patch
Function
_init_patch
test_python/helper/win_init.py:4–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
4
def
_init_patch():
5
import
os
6
7
libs_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir))
8
os.add_dll_directory(libs_dir)
9
10
11
# analogue of the delvewheel init patch
Callers
1
win_init.py
File · 0.70
Calls
1
join
Method · 0.45
Tested by
no test coverage detected