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

Method Engine>

api/python/src/asm/pyEngine.cpp:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace LIEF::assembly::py {
8template<>
9void create<assembly::Engine>(nb::module_& m) {
10 nb::class_<assembly::Engine> obj(m, "Engine",
11 R"doc(
12 This class interfaces the assembler/disassembler support
13 )doc"_doc
14 );
15}
16}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected