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.
1 parent 5163cc1 commit 57e7f46Copy full SHA for 57e7f46
core/google/cloud/future/base.py
@@ -76,9 +76,8 @@ def set_exception(self, exception):
76
class PollingFuture(Future):
77
"""A Future that needs to poll some service to check its status.
78
79
- The private :meth:`done` method should be implemented by
80
- subclasses. The polling behavior will repeatedly call ``done`` until it
81
- returns True.
+ The :meth:`done` method should be implemented by subclasses. The polling
+ behavior will repeatedly call ``done`` until it returns True.
82
83
.. note: Privacy here is intended to prevent the final class from
84
overexposing, not to prevent subclasses from accessing methods.
0 commit comments