Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lief-project/LIEF
/ init
Function
init
api/python/src/DEX/init.cpp:48–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
void init(nb::module_& m) {
49
nb::module_ mod = m.def_submodule(
"DEX"
,
"Python API for DEX format"
);
50
51
init_enums(mod);
52
init_objects(mod);
53
init_utils(mod);
54
}
55
56
}
Callers
nothing calls this directly
Calls
3
init_enums
Function · 0.70
init_objects
Function · 0.70
init_utils
Function · 0.70
Tested by
no test coverage detected