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

Function init_objects

api/python/src/VDEX/init.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25namespace LIEF::VDEX::py {
26
27inline void init_objects(nb::module_& m) {
28 CREATE(Parser, m);
29 CREATE(File, m);
30 CREATE(Header, m);
31}
32
33void init(nb::module_& m) {
34 nb::module_ mod = m.def_submodule("VDEX", "Python API for VDEX format"_doc);

Callers 1

initFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected