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

Function init_objects

api/python/src/Abstract/init.cpp:32–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30namespace LIEF::py {
31
32void init_objects(nb::module_& m) {
33 CREATE(Header, m);
34 CREATE(Binary, m);
35 CREATE(Section, m);
36 CREATE(Symbol, m);
37 CREATE(Parser, m);
38 CREATE(Relocation, m);
39 CREATE(Function, m);
40 CREATE(DebugInfo, m);
41}
42void init_abstract(nb::module_& m) {
43 init_objects(m);
44}

Callers 1

init_abstractFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected