Functions | |
None | run () |
Variables | |
hello_stream | |
level | |
response = await hello_stream.read() | |
stub = hellostreamingworld_pb2_grpc.MultiGreeterStub(channel) | |
list | uds_addresses = ['unix:helloworld.sock', 'unix:///tmp/helloworld.sock'] |
None async_greeter_client.run | ( | ) |
Definition at line 24 of file hellostreamingworld/async_greeter_client.py.
async_greeter_client.hello_stream |
Definition at line 35 of file hellostreamingworld/async_greeter_client.py.
async_greeter_client.level |
Definition at line 35 of file uds/async_greeter_client.py.
async_greeter_client.response = await hello_stream.read() |
Definition at line 38 of file hellostreamingworld/async_greeter_client.py.
async_greeter_client.stub = hellostreamingworld_pb2_grpc.MultiGreeterStub(channel) |
Definition at line 26 of file hellostreamingworld/async_greeter_client.py.
list async_greeter_client.uds_addresses = ['unix:helloworld.sock', 'unix:///tmp/helloworld.sock'] |
Definition at line 25 of file uds/async_greeter_client.py.