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
I don't have time to write it up just now, but open(..., mode='x') is a nice addition. It opens a file for writing, raising an error if it already exists. This probably belongs in the advanced section.
The text was updated successfully, but these errors were encountered:
I don't have time to write it up just now, but
open(..., mode='x')
is a nice addition. It opens a file for writing, raising an error if it already exists. This probably belongs in the advanced section.The text was updated successfully, but these errors were encountered: