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

Function init

api/python/src/ART/init.cpp:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void init(nb::module_& m) {
45 nb::module_ mod = m.def_submodule("ART", "Python API for ART format");
46
47 init_enums(mod);
48 init_objects(mod);
49 init_utils(mod);
50}
51}

Callers 1

create<Function>Function · 0.50

Calls 3

init_enumsFunction · 0.70
init_objectsFunction · 0.70
init_utilsFunction · 0.70

Tested by

no test coverage detected