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

Method PyIOStream

api/python/src/pyIOStream.cpp:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24namespace LIEF::py {
25PyIOStream::PyIOStream(PyIOStream&& other) = default;
26PyIOStream& PyIOStream::operator=(PyIOStream&& other) = default;
27
28result<PyIOStream> PyIOStream::from_python(nb::object object) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected