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
For my case, I already have an API, an Python function api_upload(path), to implement write. For example, a file with local path filepath="/home/foo/1.png", can be "writen" directly by a function call api_upload(path=filepath). That is all. How can I simplify begin_write and end_write?
The text was updated successfully, but these errors were encountered:
For my case, I already have an API, an Python function
api_upload(path)
, to implement write. For example, a file with local pathfilepath="/home/foo/1.png"
, can be "writen" directly by a function callapi_upload(path=filepath)
. That is all. How can I simplifybegin_write
andend_write
?The text was updated successfully, but these errors were encountered: