Skip to content

Documenting dunder (e.g. __iter__) methods without docstrings. - #603

Merged
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:fix-60
Feb 10, 2015
Merged

Documenting dunder (e.g. __iter__) methods without docstrings.#603
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:fix-60

Conversation

@dhermes

Copy link
Copy Markdown
Contributor

Fixes#60.

Much of the discussion in #60 focuses on dunder-methods which no longer exist. This documents the remaining ones that don't have docstrings, hence don't show up in our API docs.

@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 10, 2015
@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 100.0% when pulling ad9e30c on dhermes:fix-60 into a6317d1 on GoogleCloudPlatform:master.

@tseaver

Copy link
Copy Markdown
Contributor

LGTM

dhermes added a commit that referenced this pull request Feb 10, 2015
Documenting dunder (e.g. __iter__) methods without docstrings.
@dhermes
dhermes merged commit 1392851 into googleapis:masterFeb 10, 2015
@dhermes
dhermes deleted the fix-60 branch February 10, 2015 03:43
@dhermesdhermes mentioned this pull request Feb 14, 2015
vchudnov-g pushed a commit that referenced this pull request Sep 20, 2023
Source-Link: googleapis/synthtool@7197a00
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:c43f1d918bcf817d337aa29ff833439494a158a0831508fda4ec75dc4c0d0320
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Sep 18, 2025
* updates the user instructions re OAuth
* feat: updates the user instructions re OAuth
* splits the content for highly constrained environments vs default environments
* update toctree references
parthea pushed a commit that referenced this pull request Nov 24, 2025
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Nov 24, 2025
When an operation on the global cache is tried and there is a transient
error, such as not being able to connect to a Redis or Memcached server,
if the operation is being tried in strict mode, then the operation is
now retried a number of times before the transient error is eventually
raised to the application layer.
Implements #601
parthea pushed a commit that referenced this pull request Mar 2, 2026
* chore(main): release 2.10.0
* Add samples PRs to release notes.
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Prad Nelluru <pradn@google.com>
parthea pushed a commit that referenced this pull request Mar 9, 2026
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Mar 9, 2026
* fix: changeover unspecified to inherited
* Update google/cloud/storage/bucket.py
Co-authored-by: Tres Seaver <tseaver@palladion.com>
* Apply suggestions from code review
Co-authored-by: Tres Seaver <tseaver@palladion.com>
* remove dup line
* Apply suggestions from code review
Co-authored-by: Tres Seaver <tseaver@palladion.com>
* Update tests/unit/test_bucket.py
Co-authored-by: cojenco <cathyo@google.com>
* lint fix
* one more lint fix
* line
Co-authored-by: Tres Seaver <tseaver@palladion.com>
Co-authored-by: cojenco <cathyo@google.com>
parthea pushed a commit that referenced this pull request Mar 9, 2026
Co-authored-by: larkee <31196561+larkee@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add documentation for storage.Blob's special methods (contains, next, etc)

4 participants

@dhermes@coveralls@tseaver@googlebot