Skip to content

Instantly share code, notes, and snippets.

@dhermes
Created October 13, 2014 21:06
Show Gist options
  • Save dhermes/a52007c58557419a310d to your computer and use it in GitHub Desktop.
Save dhermes/a52007c58557419a310d to your computer and use it in GitHub Desktop.
$ git grep "Class data attribute docstring"
gcloud/storage/_helpers.py: """Class data attribute docstring."""
gcloud/storage/_helpers.py: """Class data attribute docstring."""
gcloud/storage/_helpers.py: """Class data attribute docstring."""
gcloud/storage/bucket.py: """Class data attribute docstring."""
gcloud/storage/bucket.py: """Class data attribute docstring."""
gcloud/storage/bucket.py: """Class data attribute docstring."""
gcloud/storage/key.py: """Class data attribute docstring."""
gcloud/storage/key.py: """Class data attribute docstring."""
gcloud/storage/key.py: """Class data attribute docstring."""
$ git grep "Needs class docstring"
gcloud/storage/_helpers.py: """Needs class docstring."""
gcloud/storage/exceptions.py: """Needs class docstring."""
gcloud/storage/exceptions.py: """Needs class docstring."""
gcloud/storage/exceptions.py: """Needs class docstring."""
gcloud/storage/exceptions.py: """Needs class docstring."""
gcloud/storage/iterator.py: """Needs class docstring."""
$ git grep "Needs docstring"
gcloud/storage/bucket.py: """Needs docstring."""
$ git grep "Needs method docstring"
gcloud/storage/iterator.py: """Needs method docstring."""
gcloud/storage/iterator.py: """Needs method docstring."""
gcloud/storage/iterator.py: """Needs method docstring."""
gcloud/storage/iterator.py: """Needs method docstring."""
gcloud/storage/iterator.py: """Needs method docstring."""
gcloud/storage/key.py: """Needs method docstring."""
run_pylint.py: """Needs method docstring."""
run_pylint.py: """Needs method docstring."""
run_pylint.py: """Needs method docstring."""
$ git grep "Needs module docstring"
gcloud/storage/bucket.py:"""Needs module docstring."""
gcloud/storage/connection.py:"""Needs module docstring."""
gcloud/storage/exceptions.py:"""Needs module docstring."""
gcloud/storage/key.py:"""Needs module docstring."""
run_pylint.py:"""Needs module docstring."""
$ git grep "Needs property docstring"
gcloud/storage/_helpers.py: """Needs property docstring."""
gcloud/storage/_helpers.py: """Needs property docstring."""
gcloud/storage/bucket.py: """Needs property docstring."""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment