| 23 | |
| 24 | namespace LIEF::py { |
| 25 | PyIOStream::PyIOStream(PyIOStream&& other) = default; |
| 26 | PyIOStream& PyIOStream::operator=(PyIOStream&& other) = default; |
| 27 | |
| 28 | result<PyIOStream> PyIOStream::from_python(nb::object object) { |
nothing calls this directly
no outgoing calls
no test coverage detected