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

Method PyIOStream

api/python/src/pyIOStream.hpp:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 public:
29 static result<PyIOStream> from_python(nb::object object);
30 PyIOStream() = delete;
31
32 PyIOStream(const PyIOStream&) = delete;
33 PyIOStream& operator=(const PyIOStream&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected