Searched refs:parent_channel (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc/src/python/grpcio_tests/tests/fork/ |
D | methods.py | 326 def child_target(parent_bidi_call, parent_channel, args): argument 327 stub = test_pb2_grpc.TestServiceStub(parent_channel) 352 def child_target(parent_bidi_call, parent_channel, args): argument 353 stub = test_pb2_grpc.TestServiceStub(parent_channel) 367 def child_target(parent_bidi_call, parent_channel, args): argument 368 stub = test_pb2_grpc.TestServiceStub(parent_channel) 382 def child_target(parent_bidi_call, parent_channel, args): argument 393 def child_target(parent_bidi_call, parent_channel, args): argument
|