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

Function init

api/python/src/MachO/init.cpp:137–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void init(nb::module_& m) {
138 nb::module_ macho_mod = m.def_submodule("MachO", "Python API for the MachO format");
139 init_enums(macho_mod);
140 init_objects(macho_mod);
141 init_utils(macho_mod);
142}
143}

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