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