| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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. |
|
|
||
| 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.""" |
|
|
||
|
|
||
| # pylint: disable=invalid-name | ||
| # Retain _tempdir as a constant for backwards compatibility despite |
| :returns: The client created with the retrieved JSON credentials. | ||
| :raises: :class:`TypeError` if there is a conflict with the kwargs | ||
| :raises TypeError: if there is a conflict with the kwargs | ||
| and the credentials created by the factory. |
|
|
||
| Yields :class:`Page` instances. | ||
| :rtype: :class:`Page` | ||
| :returns: pages |
| Back | FazBrowse Home | New Git URL |
NOTE: Pylint is still failing against tests, I have a longer-term strategy to address this which I'll propose later.