| 343 | } |
| 344 | |
| 345 | bool is_open() const override { |
| 346 | bool out; |
| 347 | { |
| 348 | nb::gil_scoped_acquire gil; |
| 349 | out = !nb::cast<bool>(pyostream_.attr("closed")); |
| 350 | } |
| 351 | return out; |
| 352 | } |
| 353 | |
| 354 | bool good() const override { |
| 355 | bool out; |
nothing calls this directly
no outgoing calls
no test coverage detected