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 example, it might be nice to list the positional arguments on open():
In [6]: p = stor.Path("hey")
In [7]: p.open?
Signature: p.open(*args, **kwargs)
Docstring:
Opens a path and retains interface compatibility with
`SwiftPath` by popping the unused ``swift_upload_args`` keyword
argument.
Type: method
The text was updated successfully, but these errors were encountered:
For example, it might be nice to list the positional arguments on
open()
:The text was updated successfully, but these errors were encountered: