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

Function init_objects

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

Source from the content-addressed store, hash-verified

29namespace LIEF::ART::py {
30
31inline void init_objects(nb::module_& m) {
32 CREATE(Parser, m);
33 CREATE(File, m);
34 CREATE(Header, m);
35}
36
37inline void init_enums(nb::module_& m) {
38 nb::enum_<STORAGE_MODES>(m, "STORAGE_MODES")

Callers 1

initFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected