fsspec / sshfs

sshfs - SSH/SFTP implementation for fsspec
Apache License 2.0
58 stars 14 forks source link

Implement io.IOBase.seekable method #50

Closed mxmlnkn closed 2 weeks ago

mxmlnkn commented 2 weeks ago

SSHFile inherits from io.IOBase, but even though seek can be called on it, the seekable method is not overwritten and therefore returns False via the default implementation in io.IOBase.