argopy.stores.memorystore.exists#

memorystore.exists(path, *args)[source]#

Check if path can be open or not

Special handling for memory store

The fsspec.exists() will return False even if the path is in cache. Here we bypass this in order to return True if the path is in cache. This assumes that the goal of fs.exists is to determine if we can load the path or not. If the path is in cache, it can be loaded.