Definition at line 29 of file beta/utilities.py.
◆ __init__()
def grpc.beta.utilities._ChannelReadyFuture.__init__ |
( |
|
self, |
|
|
|
channel |
|
) |
| |
◆ __del__()
def grpc.beta.utilities._ChannelReadyFuture.__del__ |
( |
|
self | ) |
|
◆ _block()
def grpc.beta.utilities._ChannelReadyFuture._block |
( |
|
self, |
|
|
|
timeout |
|
) |
| |
|
private |
◆ _update()
def grpc.beta.utilities._ChannelReadyFuture._update |
( |
|
self, |
|
|
|
connectivity |
|
) |
| |
|
private |
◆ add_done_callback()
def grpc.beta.utilities._ChannelReadyFuture.add_done_callback |
( |
|
self, |
|
|
|
fn |
|
) |
| |
◆ cancel()
def grpc.beta.utilities._ChannelReadyFuture.cancel |
( |
|
self | ) |
|
◆ cancelled()
def grpc.beta.utilities._ChannelReadyFuture.cancelled |
( |
|
self | ) |
|
◆ done()
def grpc.beta.utilities._ChannelReadyFuture.done |
( |
|
self | ) |
|
◆ exception()
def grpc.beta.utilities._ChannelReadyFuture.exception |
( |
|
self, |
|
|
|
timeout = None |
|
) |
| |
◆ result()
def grpc.beta.utilities._ChannelReadyFuture.result |
( |
|
self, |
|
|
|
timeout = None |
|
) |
| |
◆ running()
def grpc.beta.utilities._ChannelReadyFuture.running |
( |
|
self | ) |
|
◆ start()
def grpc.beta.utilities._ChannelReadyFuture.start |
( |
|
self | ) |
|
◆ traceback()
def grpc.beta.utilities._ChannelReadyFuture.traceback |
( |
|
self, |
|
|
|
timeout = None |
|
) |
| |
◆ _cancelled
grpc.beta.utilities._ChannelReadyFuture._cancelled |
|
private |
◆ _channel
grpc.beta.utilities._ChannelReadyFuture._channel |
|
private |
◆ _condition
grpc.beta.utilities._ChannelReadyFuture._condition |
|
private |
◆ _done_callbacks
grpc.beta.utilities._ChannelReadyFuture._done_callbacks |
|
private |
◆ _matured
grpc.beta.utilities._ChannelReadyFuture._matured |
|
private |
The documentation for this class was generated from the following file: