| 122 | } |
| 123 | |
| 124 | bool good() const override { |
| 125 | bool out; |
| 126 | { |
| 127 | nb::gil_scoped_acquire gil; |
| 128 | out = !pyistream_.is_none(); |
| 129 | } |
| 130 | return out; |
| 131 | } |
| 132 | |
| 133 | size_t tell() override { |
| 134 | size_t out; |
nothing calls this directly
no outgoing calls
no test coverage detected