Functions | |
Iterable[route_guide_pb2.RouteNote] | generate_messages () |
Iterable[route_guide_pb2.Point] | generate_route (List[route_guide_pb2.Feature] feature_list) |
None | guide_get_feature (route_guide_pb2_grpc.RouteGuideStub stub) |
None | guide_get_one_feature (route_guide_pb2_grpc.RouteGuideStub stub, route_guide_pb2.Point point) |
None | guide_list_features (route_guide_pb2_grpc.RouteGuideStub stub) |
None | guide_record_route (route_guide_pb2_grpc.RouteGuideStub stub) |
None | guide_route_chat (route_guide_pb2_grpc.RouteGuideStub stub) |
None | main () |
route_guide_pb2.RouteNote | make_route_note (str message, int latitude, int longitude) |
Variables | |
level | |
Iterable[route_guide_pb2.RouteNote] asyncio_route_guide_client.generate_messages | ( | ) |
Definition at line 92 of file asyncio_route_guide_client.py.
Iterable[route_guide_pb2.Point] asyncio_route_guide_client.generate_route | ( | List[route_guide_pb2.Feature] | feature_list | ) |
Definition at line 69 of file asyncio_route_guide_client.py.
None asyncio_route_guide_client.guide_get_feature | ( | route_guide_pb2_grpc.RouteGuideStub | stub | ) |
Definition at line 48 of file asyncio_route_guide_client.py.
None asyncio_route_guide_client.guide_get_one_feature | ( | route_guide_pb2_grpc.RouteGuideStub | stub, |
route_guide_pb2.Point | point | ||
) |
Definition at line 35 of file asyncio_route_guide_client.py.
None asyncio_route_guide_client.guide_list_features | ( | route_guide_pb2_grpc.RouteGuideStub | stub | ) |
Definition at line 56 of file asyncio_route_guide_client.py.
None asyncio_route_guide_client.guide_record_route | ( | route_guide_pb2_grpc.RouteGuideStub | stub | ) |
Definition at line 79 of file asyncio_route_guide_client.py.
None asyncio_route_guide_client.guide_route_chat | ( | route_guide_pb2_grpc.RouteGuideStub | stub | ) |
Definition at line 106 of file asyncio_route_guide_client.py.
None asyncio_route_guide_client.main | ( | ) |
Definition at line 114 of file asyncio_route_guide_client.py.
route_guide_pb2.RouteNote asyncio_route_guide_client.make_route_note | ( | str | message, |
int | latitude, | ||
int | longitude | ||
) |
Definition at line 27 of file asyncio_route_guide_client.py.
asyncio_route_guide_client.level |
Definition at line 128 of file asyncio_route_guide_client.py.