You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ data = await store.get_range_async(path, start=0, end=1000)
81
81
82
82
### File Handlers
83
83
84
-
The file handlers provide file-like interfaces (read, seek, tell) for reading from object stores. They work with **any**[`ReadableStore`][obspec_utils.readers.ReadableStore] implementation:
84
+
The file handlers provide file-like interfaces (read, seek, tell) for reading from object stores. They work with **any**[`ReadableStore`][obspec_utils.protocols.ReadableStore] implementation:
85
85
86
86
```python
87
87
from obspec_utils.readers import BufferedStoreReader, EagerStoreReader, ParallelStoreReader
0 commit comments