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
Some python functions require a physical file and are not satisfied by the mocked interface provided by OBSFile().open(). In such situations, a nice idiom might be to create a named temporary file with a context manager that deletes upon context exit; stor could facilitate this by a member function on the Path object.
The text was updated successfully, but these errors were encountered:
Some python functions require a physical file and are not satisfied by the mocked interface provided by
OBSFile().open()
. In such situations, a nice idiom might be to create a named temporary file with a context manager that deletes upon context exit;stor
could facilitate this by a member function on thePath
object.The text was updated successfully, but these errors were encountered: