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

Function init

api/python/src/asm/powerpc/init.cpp:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7namespace LIEF::assembly::powerpc::py {
8void init(nb::module_& m) {
9 nb::module_ mod = m.def_submodule("powerpc");
10
11 create<OPCODE>(mod);
12 create<Instruction>(mod);
13}
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected