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

Function from_python

api/python/src/asm/aarch64/operands/pyMemory.cpp:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 const_name("Optional[Union[lief.assembly.aarch64.REG, int]]"));
11
12 bool from_python(handle src, uint8_t, cleanup_list *) noexcept {
13 return false;
14 }
15
16 static handle from_cpp(LIEF::assembly::aarch64::operands::Memory::offset_t val,
17 rv_policy, cleanup_list *) noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected