Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Feb 10, 2015

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Feb 10, 2015

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.

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

Coverage Status

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

@tseaver
Copy link
Contributor

tseaver commented Feb 10, 2015

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:master Feb 10, 2015
@dhermes dhermes deleted the fix-60 branch February 10, 2015 03:43
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This 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