Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement memoryfs save() and load() #1652

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TWTom041
Copy link

implementation of #1651

@@ -265,6 +265,17 @@ def rm(self, path, recursive=False, maxdepth=None):
self.rm_file(p)
else:
self.rmdir(p)

def save(self, file: BinaryIO):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we please have brief docstrings

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if a URL/storage_options would be friendlier - we do have fsspec.open(), after all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants