Skip to content

Added more expressive module docstring to batch.py - #826

Merged
jgeewax merged 1 commit into
googleapis:masterfrom
jgeewax:master
Apr 16, 2015
Merged

Added more expressive module docstring to batch.py#826
jgeewax merged 1 commit into
googleapis:masterfrom
jgeewax:master

Conversation

@jgeewax

Copy link
Copy Markdown
Contributor

No description provided.

@jgeewaxjgeewax added api: datastore Issues related to the Datastore API. docs labels Apr 15, 2015
@jgeewaxjgeewax added this to the Datastore Future milestone Apr 15, 2015
@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 15, 2015
@jgeewax

Copy link
Copy Markdown
ContributorAuthor

Looks like lint is failing... but not saying why. Running pylint says the line is too long... Any ideas how I could make the line shorter without cutting the hyperlink? @tseaver

@tseaver

Copy link
Copy Markdown
Contributor

@jgeewax Pylint only allows hyperlinks > 80 characters if they are standalone on the line. E.g., https://github.com/GoogleCloudPlatform/gcloud-python/blob/6283ab9c9d7fa06f6800079bd882b573c4de7cf7/gcloud/pubsub/api.py#L28

@dhermes

Copy link
Copy Markdown
Contributor

Also the link has 84 chars, 8 of which are https://, so you could just use the link on its own line

@coveralls

Copy link
Copy Markdown

Coverage Status

Changes Unknown when pulling e765268 on jgeewax:master into * on GoogleCloudPlatform:master*.

@jgeewax

Copy link
Copy Markdown
ContributorAuthor

Assigning to @tseaver for review

Comment threadgcloud/datastore/batch.py Outdated

This comment was marked as spam.

This comment was marked as spam.

@coveralls

Copy link
Copy Markdown

Coverage Status

Changes Unknown when pulling 283217a on jgeewax:master into * on GoogleCloudPlatform:master*.

@tseaver

Copy link
Copy Markdown
Contributor

LGTM

jgeewax added a commit that referenced this pull request Apr 16, 2015
Added more expressive module docstring to batch.py
@jgeewax
jgeewax merged commit 36dc616 into googleapis:masterApr 16, 2015
@dhermesdhermes mentioned this pull request Jun 4, 2015
parthea pushed a commit that referenced this pull request Sep 18, 2025
* chore(deps): update all dependencies
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* Update samples/snippets/requirements.txt
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Tim Sweña (Swast) <swast@google.com>
parthea pushed a commit that referenced this pull request Nov 24, 2025
* feat: add DeleteDatabase API and delete protection
docs: update Database API description
PiperOrigin-RevId: 591922567
Source-Link: googleapis/googleapis@204f2ae
Source-Link: googleapis/googleapis-gen@bd98650
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYmQ5ODY1MDAwMzUwNDY1MjcxOTExZDk5Njg5Yjc1NjExNTg4NTVkNCJ9
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* feat: add new types QueryMode, QueryPlan, ResultSetStats
feat: add QueryMode field to RunQueryRequest
feat: add ResultSetStats field to RunQueryResponse
feat: add QueryMode field to RunAggregationQueryRequest
feat: add ResultSetStats field to RunAggregationQueryResponse
PiperOrigin-RevId: 595771083
Source-Link: googleapis/googleapis@2027807
Source-Link: googleapis/googleapis-gen@5407e2b
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTQwN2UyYjY4NjM5MjhjMjZmNTJkYjlmMzQ3YzZiNTU1NmU3MDJmMiJ9
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* docs: Fix formatting due to unclosed backtick
PiperOrigin-RevId: 597942027
Source-Link: googleapis/googleapis@6c31cc0
Source-Link: googleapis/googleapis-gen@4a99b8d
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGE5OWI4ZGM5MDEzNmQzZjI5Y2NmNDBmN2Q5ZGVhM2I2ZjI2ZGJiOCJ9
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Sanche <sanche@google.com>
parthea pushed a commit that referenced this pull request Nov 24, 2025
Cloud NDB is one of the final Cloud Client libraries to
support Python 2 and retaining support for it will prevent
us from updating to the newest version of the underlying
Datastore libraries.
Not considering this a breaking change because pip will respect
python_requires in setup.py and not install a version that doesn't
support it anymore.
parthea pushed a commit that referenced this pull request Nov 26, 2025
* feat: add api key support
* chore: update
* Update google/auth/_default.py
Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Nov 26, 2025
🤖 I have created a release *beep* *boop*
---
## [2.4.0](googleapis/google-auth-library-python@v2.3.3...v2.4.0) (2022-01-20)
### Features
* add 'py.typed' declaration ([#919](googleapis/google-auth-library-python#919)) ([c993504](googleapis/google-auth-library-python@c993504))
* add api key support ([#826](googleapis/google-auth-library-python#826)) ([3b15092](googleapis/google-auth-library-python@3b15092))
### Bug Fixes
* **deps:** allow cachetools 5.0 for python 3.7+ ([#937](googleapis/google-auth-library-python#937)) ([1eae37d](googleapis/google-auth-library-python@1eae37d))
* fix the message format for metadata server exception ([#916](googleapis/google-auth-library-python#916)) ([e756f08](googleapis/google-auth-library-python@e756f08))
### Documentation
* fix intersphinx link for 'requests-oauthlib' ([#921](googleapis/google-auth-library-python#921)) ([967be4f](googleapis/google-auth-library-python@967be4f))
* note ValueError in `verify_oauth2_token` ([#928](googleapis/google-auth-library-python#928)) ([82bc5f0](googleapis/google-auth-library-python@82bc5f0))
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
parthea added a commit that referenced this pull request Nov 26, 2025
This reverts commit 3b15092b3461278400e4683060f64a96d50587c4.
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
parthea added a commit that referenced this pull request Mar 2, 2026
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
parthea pushed a commit that referenced this pull request Mar 9, 2026
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [click](https://redirect.github.com/pallets/click)
([changelog](https://click.palletsprojects.com/page/changes/)) |
`==8.3.0` → `==8.3.1` |
![age](https://developer.mend.io/api/mc/badges/age/pypi/click/8.3.1?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/click/8.3.0/8.3.1?slim=true)
|
---
### Release Notes
<details>
<summary>pallets/click (click)</summary>
###
[`v8.3.1`](https://redirect.github.com/pallets/click/blob/HEAD/CHANGES.rst#Version-831)
[Compare
Source](https://redirect.github.com/pallets/click/compare/8.3.0...8.3.1)
Released 2025-11-15
- Don't discard pager arguments by correctly using `subprocess.Popen`.
:issue:`3039`
:pr:`3055`
- Replace `Sentinel.UNSET` default values by `None` as they're passed
through
the `Context.invoke()` method. :issue:`3066` :issue:`3065` :pr:`3068`
- Fix conversion of `Sentinel.UNSET` happening too early, which caused
incorrect
behavior for multiple parameters using the same name. :issue:`3071`
:pr:`3079`
- Hide `Sentinel.UNSET` values as `None` when looking up for other
parameters
through the context inside parameter callbacks. :issue:`3136` :pr:`3137`
- Fix rendering when `prompt` and `confirm` parameter `prompt_suffix` is
empty. :issue:`3019` :pr:`3021`
- When `Sentinel.UNSET` is found during parsing, it will skip calls to
`type_cast_value`. :issue:`3069` :pr:`3090`
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/googleapis/python-spanner-sqlalchemy).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40My4yIiwidXBkYXRlZEluVmVyIjoiNDMuNDguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: datastoreIssues related to the Datastore API.cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@jgeewax@tseaver@dhermes@coveralls@googlebot