Classes | |
class | Greeter |
Functions | |
def | create_server (str server_address) |
Iterable[str] | get_free_loopback_tcp_port () |
None | main () |
None | process (helloworld_pb2_grpc.GreeterStub stub, bool wait_for_ready=None) |
Variables | |
_LOGGER = logging.getLogger(__name__) | |
helloworld_pb2 | |
helloworld_pb2_grpc | |
level | |
def asyncio_wait_for_ready_example.create_server | ( | str | server_address | ) |
Definition at line 50 of file asyncio_wait_for_ready_example.py.
Iterable[str] asyncio_wait_for_ready_example.get_free_loopback_tcp_port | ( | ) |
Definition at line 32 of file asyncio_wait_for_ready_example.py.
None asyncio_wait_for_ready_example.main | ( | ) |
Definition at line 74 of file asyncio_wait_for_ready_example.py.
None asyncio_wait_for_ready_example.process | ( | helloworld_pb2_grpc.GreeterStub | stub, |
bool | wait_for_ready = None |
||
) |
Definition at line 58 of file asyncio_wait_for_ready_example.py.
|
private |
Definition at line 27 of file asyncio_wait_for_ready_example.py.
asyncio_wait_for_ready_example.helloworld_pb2 |
Definition at line 24 of file asyncio_wait_for_ready_example.py.
asyncio_wait_for_ready_example.helloworld_pb2_grpc |
Definition at line 24 of file asyncio_wait_for_ready_example.py.
asyncio_wait_for_ready_example.level |
Definition at line 108 of file asyncio_wait_for_ready_example.py.