We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The only generic methods in gcloud.connection are identically defined in gcloud.datastore.connection.
gcloud.connection
gcloud.datastore.connection
I was adding a module docstring to gcloud/connection.py when I realized only one of our two implementations inherits from it.
gcloud/connection.py
The only generic methods in
gcloud.connectionare identically defined ingcloud.datastore.connection.I was adding a module docstring to
gcloud/connection.pywhen I realized only one of our two implementations inherits from it.