| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| raise ValueError('%r could not be converted to unicode' % (value,)) | ||
|
|
||
|
|
||
| def _from_any_pb(pb_type, any_pb): |
| any_pb (google.protobuf.any_pb2.Any): the object to be converted. | ||
|
|
||
| Returns: | ||
| pb_type: An instance of the pb_type message. |
| @@ -0,0 +1,21 @@ | |||
| # Copyright 2017, Google Inc. | |||
| """ | ||
|
|
||
| @abc.abstractmethod | ||
| def cancel(self): # pragma: NO COVER |
|
|
||
| @six.add_metaclass(abc.ABCMeta) | ||
| class Future(object): | ||
| # pylint: disable=missing-docstring, invalid-name |
| @@ -0,0 +1,52 @@ | |||
| # Copyright 2017, Google Inc. | |||
|
LGTM |
Sorry, something went wrong.
|
|
||
| """Future interface. | ||
|
|
||
| This interface is based on :class:`concurrent.futures.Future`. |
| Back | FazBrowse Home | New Git URL |
No description provided.