MCPcopy Create free account
hub / github.com/lief-project/LIEF / init

Function init

api/python/src/ELF/init.cpp:116–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void init(nb::module_& m) {
117 nb::module_ elf_mod = m.def_submodule("ELF", "Python API for the ELF format");
118 init_utils(m);
119 init_enums(elf_mod);
120 init_objects(elf_mod);
121}
122}

Callers

nothing calls this directly

Calls 3

init_utilsFunction · 0.70
init_enumsFunction · 0.70
init_objectsFunction · 0.70

Tested by

no test coverage detected