examples.basic.client Functions get_response(→ examples.basic.hello_pb2.HelloReply) Establish a connection, send hello and return the reply. run(→ None) Module Contents async examples.basic.client.get_response() → examples.basic.hello_pb2.HelloReply[source] Establish a connection, send hello and return the reply. Asyncyhronous. Return type: examples.basic.hello_pb2.HelloReply async examples.basic.client.run() → None[source] Return type: None