| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected