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
Currently, the open and save functions appear to support strings and raw file descriptors. It would make things easier if pathlib.Path objects were supported as well.
Currently, the
openandsavefunctions appear to support strings and raw file descriptors. It would make things easier ifpathlib.Pathobjects were supported as well.