Uh oh!
There was an error while loading. Please reload this page.
Storage: Make 'Blob.bucket' a readonly property. - #9113
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| def bucket(self): | ||
| """Bucket which contains the object. | ||
| :rtype: :class:`~google.cloud.storage.bucket.Bucket` |
There was a problem hiding this comment.
Please use Google-style docstrings on new methods.
There was a problem hiding this comment.
Seems cleaner to make that a task to convert whole modules.
There was a problem hiding this comment.
I am happy if it matches the file in which it is added. Agree that we likely have a backlog task to do this though.
tseaver
commented
Aug 27, 2019
Unit test failures due to yesterday's |
| def bucket(self): | ||
| """Bucket which contains the object. | ||
| :rtype: :class:`~google.cloud.storage.bucket.Bucket` |
There was a problem hiding this comment.
I am happy if it matches the file in which it is added. Agree that we likely have a backlog task to do this though.
Closes#9107.