MCPcopy 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
48void 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_enumsFunction · 0.70
init_objectsFunction · 0.70
init_utilsFunction · 0.70

Tested by

no test coverage detected