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
In case users don't want to save stuff on the filesystem, the library should accept writable file objects as input and save to them using write method.
Basically, anywhere you accept filename (as str), you could accept a fileobj.