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: virtualizarr/manifests/store.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,7 @@ class ManifestStore(Store):
192
192
Root group of the store.
193
193
Contains group metadata, [ManifestArrays][virtualizarr.manifests.ManifestArray], and any subgroups.
194
194
store_registry : ObjectStoreRegistry
195
-
[ObjectStoreRegistry][virtualizarr.manifests.ObjectStoreRegistry] that maps the URL scheme and netloc to [ObjectStore][obstore.store.ObjectStore]instances,
195
+
[ObjectStoreRegistry][virtualizarr.manifests.ObjectStoreRegistry] that maps the URL scheme and netloc to [ObjectStore][obstore.store.ObjectStore]instances,
196
196
allowing ManifestStores to read from different ObjectStore instances.
Lithops-based function executor which follows the concurrent.futures.Executor API.
229
+
Lithops-based function executor which follows the [concurrent.futures.Executor][] API.
230
230
231
-
Only required because lithops doesn't follow the concurrent.futures.Executor API, see https://github.com/lithops-cloud/lithops/issues/1427.
231
+
Only required because lithops doesn't follow the [concurrent.futures.Executor][] API, see https://github.com/lithops-cloud/lithops/issues/1427.
232
232
"""
233
233
234
234
def__init__(self, **kwargs) ->None:
@@ -294,7 +294,7 @@ def map(
294
294
"""
295
295
Apply a function to an iterable using lithops.
296
296
297
-
Only needed because lithops.FunctionExecutor.map returns futures, unlike ``concurrent.futures.Executor.map``.
297
+
Only needed because [lithops.executors.FunctionExecutor.map][lithops.executors.FunctionExecutor.map] returns futures, unlike [concurrent.futures.Executor.map][].
0 commit comments