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

Function init

api/python/src/OAT/init.cpp:39–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void init(nb::module_& m) {
40 nb::module_ mod = m.def_submodule("OAT", "Python API for OAT format");
41
42 init_enums(mod);
43 init_utils(mod);
44
45 init_objects(mod);
46}
47
48
49}

Callers

nothing calls this directly

Calls 3

init_enumsFunction · 0.70
init_utilsFunction · 0.70
init_objectsFunction · 0.70

Tested by

no test coverage detected