AlenkaF opened a new pull request, #33698: URL: https://github.com/apache/arrow/pull/33698
### Rationale for this change Ensure docstrings for [Streams and File Access](https://arrow.apache.org/docs/python/api/files.html) - Stream Classes - have an Examples section. ### What changes are included in this PR? Docstrings are added to listed Stream Classes: - OSFile - PythonFile - BufferReader - BufferOutputStream - FixedSizeBufferWriter - MemoryMappedFile - CompressedInputStream - CompressedOutputStream ### Are these changes tested? Yes, locally with `pytest --doctest-cython --disable-warnings pyarrow` and on the CI with `Python / AMD64 Conda Python 3.9 Sphinx & Numpydoc` build. ### Are there any user-facing changes? No. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
