Uh oh!
There was an error while loading. Please reload this page.
Fix pylint for the main package - #3658
Conversation
This reverts commit 768d667.
| :raises: Exception if the response code is not 200 OK. | ||
| :raises ~google.cloud.exceptions.GoogleCloudError: if the response code | ||
| is not 200 OK. | ||
| :raises TypeError: if the response content type is not JSON. |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
| class _Monkey(object): | ||
| # context-manager for replacing module names in the scope of a test. | ||
| """Context-manager for replacing module names in the scope of a test.""" |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
| # pylint: disable=invalid-name | ||
| # Retain _tempdir as a constant for backwards compatibility despite |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
| :returns: The client created with the retrieved JSON credentials. | ||
| :raises: :class:`TypeError` if there is a conflict with the kwargs | ||
| :raisesTypeError: if there is a conflict with the kwargs | ||
| and the credentials created by the factory. |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
| Yields :class:`Page` instances. | ||
| :rtype: :class:`Page` | ||
| :returns: pages |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
NOTE: Pylint is still failing against tests, I have a longer-term strategy to address this which I'll propose later.