Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lief-project/LIEF
/ init
Function
init
api/python/src/VDEX/init.cpp:33–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
void init(nb::module_& m) {
34
nb::module_ mod = m.def_submodule(
"VDEX"
,
"Python API for VDEX format"
_doc);
35
36
init_objects(mod);
37
init_utils(mod);
38
}
39
}
Callers
nothing calls this directly
Calls
2
init_objects
Function · 0.70
init_utils
Function · 0.70
Tested by
no test coverage detected