Home
last modified time | relevance | path

Searched refs:_running_server (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/python/grpcio_tests/tests/stress/
Dunary_stream_benchmark.py62 def _running_server(): function
91 with _running_server():
/third_party/grpc/examples/python/cancellation/
Dserver.py88 def _running_server(port, maximum_hashes): function
117 server = _running_server(args.port, args.maximum_hashes)