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

Function init

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

Source from the content-addressed store, hash-verified

140}
141
142void init(nb::module_& m) {
143 nb::module_ pe_mod = m.def_submodule("PE", "Python API for the PE format");
144 init_enums(pe_mod);
145 init_objects(pe_mod);
146 init_utils(pe_mod);
147}
148}

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