| 352 | } |
| 353 | |
| 354 | bool good() const override { |
| 355 | bool out; |
| 356 | { |
| 357 | nb::gil_scoped_acquire gil; |
| 358 | out = !pyostream_.is_none(); |
| 359 | } |
| 360 | return out; |
| 361 | } |
| 362 | |
| 363 | size_t tell() override { |
| 364 | size_t out; |
nothing calls this directly
no outgoing calls
no test coverage detected