pitrou commented on code in PR #13564:
URL: https://github.com/apache/arrow/pull/13564#discussion_r924324059
##########
python/pyarrow/_fs.pyx:
##########
@@ -397,6 +544,12 @@ cdef class FileSystem(_Weakrefable):
def type_name(self):
"""
The filesystem's type name.
+
+ Examples
+ --------
+ >>> local = fs.LocalFileSystem()
+ >>> local.type_name
+ 'local'
Review Comment:
I also don't think this is useful.
--
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]