|
|
@ -195,7 +195,7 @@ def _CreateService(payload_pb2, responses_pb2, service_pb2): |
|
|
|
|
|
|
|
|
|
|
|
Yields: |
|
|
|
Yields: |
|
|
|
A (servicer_methods, stub) pair where servicer_methods is the back-end of |
|
|
|
A (servicer_methods, stub) pair where servicer_methods is the back-end of |
|
|
|
the service bound to the stub and and stub is the stub on which to invoke |
|
|
|
the service bound to the stub and stub is the stub on which to invoke |
|
|
|
RPCs. |
|
|
|
RPCs. |
|
|
|
""" |
|
|
|
""" |
|
|
|
servicer_methods = _ServicerMethods(payload_pb2, responses_pb2) |
|
|
|
servicer_methods = _ServicerMethods(payload_pb2, responses_pb2) |
|
|
@ -237,7 +237,7 @@ def _CreateIncompleteService(service_pb2): |
|
|
|
service_pb2: The service_pb2 module generated by this test. |
|
|
|
service_pb2: The service_pb2 module generated by this test. |
|
|
|
Yields: |
|
|
|
Yields: |
|
|
|
A (servicer_methods, stub) pair where servicer_methods is the back-end of |
|
|
|
A (servicer_methods, stub) pair where servicer_methods is the back-end of |
|
|
|
the service bound to the stub and and stub is the stub on which to invoke |
|
|
|
the service bound to the stub and stub is the stub on which to invoke |
|
|
|
RPCs. |
|
|
|
RPCs. |
|
|
|
""" |
|
|
|
""" |
|
|
|
|
|
|
|
|
|
|
|